summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5db3663727d2cb1d43b6a9f48d50127384e4dffb (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
pkgname=addic7ed-cli
pkgver=1.4.2
pkgrel=1
pkgdesc="Addic7ed command-line interface"
arch=('any')
url="https://github.com/BenoitZugmeyer/addic7ed-cli"
license=('Expat')
groups=()
depends=('python'
         'python-pyquery'
         'python-requests'
         'python-setuptools')
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
install=
source=("https://github.com/BenoitZugmeyer/${pkgname}/archive/v${pkgver}.zip")

package() {
  cd "$srcdir/$pkgname-$pkgver"
  python setup.py install --root="$pkgdir/" --optimize=1
}
md5sums=('f57503e65a66f1cae793dc2b44feb90f')