mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 19:17:15 +08:00
18 lines
1.3 KiB
Bash
18 lines
1.3 KiB
Bash
pkgname=chaser
|
|
pkgver=0.9.4
|
|
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=('54d6274e81e3d13858dd2b77b08fda6ac9ca8259ed9fddfc525f4ab3b0c01cbf')
|
|
|
|
package() {
|
|
cd "${pkgname}-${pkgver}"
|
|
python3 setup.py install --root="${pkgdir}/"
|
|
}
|