desktop/chaser/PKGBUILD
2017-02-18 17:12:57 +00:00

18 lines
1.3 KiB
Bash

pkgname=chaser
pkgver=0.9.7
pkgrel=1
pkgdesc='A Python wrapper for the CCR'
arch=('any')
url='http://github.com/ccr-tools/chaser/'
license=('BSD3')
depends=('python3' 'python3-requests' 'python3-aur' 'python3-ccr'
'python3-toposort' 'python3-setuptools' 'python3-progressbar2'
'python3-termcolor')
source=("https://github.com/ccr-tools/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('aa3bc3be5ff7a1a72ed3ae1777a45ab8b3bcde713b9dc8035d290f80f15a52cc')
package() {
cd "${pkgname}-${pkgver}"
python3 setup.py install --root="${pkgdir}/"
}