summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 71d006de8540d27b2f38a94322409aaf16e69dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: insaanimanav <mail@manav.co.in>
pkgname=tumpa-git
pkgver=0.1.1
pkgrel=1
epoch=
pkgdesc="Tumpa is a desktop application that makes OpenPGP key creation and smart card access easier. No more terminals, no more typing and entering options multiple times. All you need to do is fill up a few fields, and click a few ti    mes"
arch=('any')
url="https://github.com/kushaldas/tumpa"
license=('GPL','AGPL')
depends=()
makedepends=(python python-pip git)
provides=(tumpa)
source=("git+https://github.com/kushaldas/tumpa.git")
prepare() {
	cd 
}
build() {
	cd "$srcdir/tumpa"
	python setup.py build
}
package() {
	cd "$srcdir/tumpa"
	python setup.py install --root="$pkgdir" --optimize=1 --skip-build

	}
md5sums=('SKIP')