summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4185d6d1ccc6a746a9a6599ceeca417d7f4d052d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>

pkgname=keysync
pkgver=0.2.1.1
pkgrel=1
pkgdesc='convert OTR keystores into other keystore formats for moving keys into a new IM app'
arch=('any')
url="https://guardianproject.info/apps/keysync/"
makedepends=('desktop-file-utils' 'python2-setuptools')
depends=('python2' 'python2-beautifulsoup3' 'python2-psutil' 'python2-python-potr'
         'python2-pyasn1' 'python2-crypto' 'python2-pyjavaproperties'
         'python2-pyparsing' 'python2-pgpdump' 'python2-qrcode' 'hicolor-icon-theme')
optdepends=('tk: for GUI'
            'pymtp: for MTP on GUI')
license=('GPL3')
install=keysync.install
sha256sums=('1002832c89a623b73a2964c8f83c455b377feb602fd6b898a62382ca40ea2f28')
source=($pkgname-$pkgver.tar.gz::https://github.com/guardianproject/$pkgname/archive/${pkgver}.tar.gz)

package() {
  cd "$pkgname-$pkgver"
  python2 setup.py install --root="$pkgdir/" --optimize=1
}