summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 78309507094fcdd6eb5b2bb507792f8cef781368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Mantainer: Pellegrino Prevete <cGVsbGVncmlub3ByZXZldGVAZ21haWwuY29tCg== | base -d>

pkgname=pgpgram
pkgver=0.3.1
pkgrel=1
pkgdesc='PGP encrypted backups on Telegram Cloud'
arch=('any')
url='https://github.com/tallero/pgpgram'
license=('AGPL3')
depends=('python' 'python-setproctitle' 'python-sqlitedict' 'telegram-tdlib' 'trovotutto')
makedepends=('python-setuptools')
source=('pgpgram::git+https://github.com/tallero/pgpgram.git')
sha256sums=('SKIP')

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

# vim: ts=2 sw=2 et: