desktop/chaser/PKGBUILD

18 lines
1.3 KiB
Bash
Raw Normal View History

2016-04-06 08:29:17 +08:00
pkgname=chaser
2016-06-29 07:04:13 +08:00
pkgver=0.9.6
2016-04-06 08:29:17 +08:00
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")
2016-06-29 07:04:13 +08:00
sha256sums=('7b0a5a30e515e164ad62d95bfcd9568f60a12266011ddd0d7eb5a8760756fa3e')
2016-04-06 08:29:17 +08:00
package() {
cd "${pkgname}-${pkgver}"
python3 setup.py install --root="${pkgdir}/"
}