You are not logged in.

#1 2015-07-31 12:34:12

Tuxy
Member
Registered: 2015-04-26
Posts: 22

[REQUEST] Bitmask

"Encrypted communication for mere mortals (superheroes welcome, too)"

Bitmask is an open source application to provide easy and secure encrypted communication. You can choose among several different service providers or start your own. Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming soon.

Website: https://bitmask.net/en/install/linux


--{ Using Arch Linux Since 2011-10-25 }--
Keybase @ https://keybase.io/tuxy
GitHub @ https://github.com/tuxy

Offline

#2 2015-07-31 14:28:56

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,444
Website

Re: [REQUEST] Bitmask

This should get you started for the bitmask-client - but it looks like there are a dozen or so separate packages:

_gitname="bitmask-client"
pkgname="${_gitname}-git"
pkgver=2774.0.9.0rc1
pkgrel=1
pkgdesc="Encrypted communication for mere mortals (superheroes welcome, too)"
url="https://bitmask.net/en"
arch=('x86_64' 'i686')
license=('GPL3')
depends=()
makedepends=('git')
source=("${_gitname}::git+https://github.com/leapcode/bitmask_client.git")
sha256sums=('SKIP')

pkgver() {
	cd "${srcdir}/${_gitname}";
	echo "$(git rev-list --count HEAD).$(git describe --always )"
}

build() {
	cd "${srcdir}/${_gitname}";
	make
}

package() {
	cd "${srcdir}/${_gitname}";
	make PREFIX=/usr DESTDIR="${pkgdir}" install
}

As upstream doesn't seem to provide any list of dependencies that I can find, these have to be discovered through trial and error (then namcap).  Currently this fails to build for me due to pyside-tools-common missing.  I could install this and try again, but I suspect that'd just lead to another dependency I'd need to install, and this would repeat ad nauseum.

I'll leave that grunt work to you - but I'd be happy to help test / fine-tune versions of this PKGBUILD if you can put in some of that to get the dependencies right.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2015-07-31 14:36:47

Tuxy
Member
Registered: 2015-04-26
Posts: 22

Re: [REQUEST] Bitmask

@ Trilby, Thanks for this PKGBUILD but the request was for some one else to do AUR package. If you have time to do proper testing and adding it to AUR please do. Thank You.

Last edited by Tuxy (2015-07-31 14:38:06)


--{ Using Arch Linux Since 2011-10-25 }--
Keybase @ https://keybase.io/tuxy
GitHub @ https://github.com/tuxy

Offline

#4 2016-04-07 15:58:58

DoctorJellyface
Member
From: Slovakia
Registered: 2015-02-19
Posts: 40
Website

Re: [REQUEST] Bitmask

Offline

Board footer

Powered by FluxBB