sheet-parser/APKBUILD

35 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-08-21 01:12:22 +02:00
# Contributor: Marty Sluijtman <marty.wanderer@disroot.org>
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
pkgname=sheet-parser
pkgver=0.3
2022-08-29 22:36:53 +02:00
pkgrel=3
2022-08-21 01:12:22 +02:00
pkgdesc="A little D&D character sheet parser written in go"
url="https://gitlab.com/EternalWanderer/sheet-parser"
arch="all"
license="GPL-3.0"
2022-08-23 20:58:04 +02:00
makedepends="go scdoc"
2022-08-21 01:12:22 +02:00
subpackages="$pkgname-doc
$pkgname-zsh-completion
"
2022-08-21 23:45:03 +02:00
source="https://alpine.voidcruiser.nl/src/$pkgname-$pkgver.tar.gz
zsh.completion
2022-08-22 10:03:54 +02:00
example.json
2022-08-21 23:45:03 +02:00
"
2022-08-21 01:12:22 +02:00
options="!check"
build() {
make
}
package() {
make install PREFIX=/usr DESTDIR="$pkgdir"
2022-08-22 09:56:05 +02:00
install -Dm 644 zsh.completion "$pkgdir"/usr/share/zsh/site-functions/_$pkgname
install -Dm 644 example.json "$pkgdir"/etc/sheet-parser/example.json
2022-08-21 01:12:22 +02:00
}
2022-08-21 23:33:09 +02:00
sha512sums="
2022-08-29 22:36:53 +02:00
b19c09d094d4d8bc300821fea9fe20f1b3499e5ecec41e038969629e60528180b468ced5e3a9ca090d7723369b44622cbd00dfa558beec9df430b8f241ecd432 sheet-parser-0.3.tar.gz
2022-08-23 20:58:04 +02:00
c1800a72d8d229d46a7ea2dffb83f97c7edaf773a9a875a2ae10b449ae84ab854b80eac05a62002f6a686bb8b014c9b1bc8e2359286b2edccda4d90227a473e5 zsh.completion
2022-08-28 16:47:50 +02:00
a685291e2d6e6cad66ec4169301b698c1764fc2bc7a16cc57c0261ee70b55a95eccfa3f78ca418ad1bdb6814179209b215fc5181f42ba5500b1871152b7cd383 example.json
2022-08-21 23:33:09 +02:00
"