~dricottone/huttese-apk

ref: 6c9d9861e1b26b3accfe0534f1fedf8dcebc03f5 huttese-apk/sr.ht/dispatch.sr.ht/APKBUILD -rw-r--r-- 1.1 KiB
6c9d9861 — Drew DeVault Update git.sr.ht arch to "all" 5 years ago
                                                                                
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=dispatch.sr.ht
pkgver=0.8.5
pkgrel=0
pkgdesc="sr.ht dispatch service"
url="https://git.sr.ht/~sircmpwn/dispatch.sr.ht"
arch="noarch"
license="AGPLv3"
depends="
	py3-cryptography
	py3-gunicorn
	py3-pygithub
	py3-srht
	py3-yaml
"
makedepends="py-setuptools nodejs sassc"
subpackages="${pkgname}-openrc"
source="
	$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz
	dispatch.sr.ht.init
"
builddir="$srcdir/$pkgname-$pkgver"
export PKGVER=$pkgver
options="$options !check"
install="$pkgname.post-install $pkgname.post-upgrade"

build() {
	cd "$builddir"
	python3 setup.py build
}

package() {
	cd "$builddir"
	python3 setup.py install --root="$pkgdir" --optimize=1
	install -Dm755 "$srcdir"/dispatch.sr.ht.init \
		"$pkgdir"/etc/init.d/dispatch.sr.ht
}

sha512sums="0f084c3fb0c5f12162488827f908d46f797f4d1b68c7c3ed518b05d1b88c929956e91e8c7209e3741eb06c46e5d015ea457e3da848591af8cdcec05ac63f1fcd  dispatch.sr.ht-0.8.5.tar.gz
404793faf26acf5ca905475c24aa36d9ba5a8e1ea7fc65e2898ac999e2034e65b36f0a1e59decb874634011efb24de908d740cc3d4ceeff61326eeb79397c278  dispatch.sr.ht.init"