1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/treecat/APKBUILD
2023-02-18 23:35:51 +00:00

29 lines
712 B
Text

# Maintainer: Umar Getagazov <umar@handlerug.me>
pkgname=treecat
pkgver=1.0.0
pkgrel=0
pkgdesc="Serialize a directory to a tree diagram, and vice versa"
url="https://sr.ht/~autumnull/treecat"
arch="x86_64 aarch64" # Hare
license="WTFPL"
makedepends="hare haredo scdoc"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~autumnull/treecat/archive/$pkgver.tar.gz"
build() {
# https://todo.sr.ht/~sircmpwn/hare/784
unset LDFLAGS
haredo
}
check() {
haredo test
}
package() {
PREFIX="$pkgdir"/usr haredo install
}
sha512sums="
acb9321a61c47c9e0c7b070a48d3640c2f8a240b5334e4d82c382d29910c7b07fa6a874c8627c53b81a5bf9991d87c1c54db4bea0080e1d60c39e0be1f8d0515 treecat-1.0.0.tar.gz
"