~dricottone/huttese-apk

ref: 1d9d903e0980231ef86f433bb7b27fe555639bd3 huttese-apk/sr.ht/soju/APKBUILD -rw-r--r-- 1.5 KiB
1d9d903e — Drew DeVault sachet: upgrade to 0.3.0 2 years ago
                                                                                
4f9cef53 Simon Ser
4d69eb9d Simon Ser
4f9cef53 Simon Ser
6b4c9230 Simon Ser
4f9cef53 Simon Ser
4d69eb9d Simon Ser
4f9cef53 Simon Ser
6b4c9230 Simon Ser
4f9cef53 Simon Ser
4d69eb9d Simon Ser
4f9cef53 Simon Ser
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
41
42
43
44
45
46
47
48
49
50
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=soju
pkgver=0.2.2
pkgrel=4
pkgdesc="User-friendly IRC bouncer"
url="https://soju.im/"
license="AGPL-3.0"
arch="all"
options="chmod-clean !check"
pkgusers="$pkgname"
pkggroups="$pkgname"
install="$pkgname.pre-install"
depends="ca-certificates"
makedepends="go scdoc libcap"
subpackages="$pkgname-openrc $pkgname-doc"
githash=2e11806bbacb6c88cf37a0df14b87b0bbd56459d # branch srht
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~emersion/soju/archive/$githash.tar.gz
	$pkgname.initd
	$pkgname.confd
	"
builddir="$srcdir/$pkgname-$githash"

export GOPATH="$srcdir"
export GOFLAGS="$GOFLAGS -trimpath"

build() {
	make
}

check() {
	go test ./...
}

package() {
	make DESTDIR="$pkgdir" PREFIX=/usr install
	setcap 'cap_net_bind_service=+ep' "$pkgdir"/usr/bin/soju

	install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
	install -Dm644 "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname

	# add additional docs
	install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname doc/architecture.md
}

sha512sums="
fab1ea012ff1dd6b92670c585dfe11ddefb7584d44457198b2f6e28715e92defa25f592bd6ddf642022072da50a396cb33a4d2b4685350d0073784af817343a4  soju-0.2.2.tar.gz
6072c070b7bdaea08406d60816c74752e5a037c56f823b35333311f1ae3328d7e9dcab22c5a82c8628cbdc92b505e4c2ea989a5118491feb82a44efe84216d06  soju.initd
daca27e5deb5135b406e4160504efa011219147465c2f2b484b92db0aa9174173e37c62d32109937df3d2e8c430625e0ec25956775dd92f7fa1f55b19e0e8a18  soju.confd
"