mirror of
https://gitlab.com/EternalWanderer/sheet-parser.git
synced 2024-11-28 21:13:51 +01:00
29 lines
789 B
Plaintext
29 lines
789 B
Plaintext
# Contributor: Marty Sluijtman <marty.wanderer@disroot.org>
|
|
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
|
pkgname=sheet-parser
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
pkgdesc="A little D&D character sheet parser written in go"
|
|
url="https://gitlab.com/EternalWanderer/sheet-parser"
|
|
arch="all"
|
|
license="GPL-3.0"
|
|
makedepends="go"
|
|
subpackages="$pkgname-doc
|
|
$pkgname-zsh-completion
|
|
"
|
|
source="https://alpine.voidcruiser.nl/src/$pkgname-$pkgver.tar.gz"
|
|
options="!check"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make install PREFIX=/usr DESTDIR="$pkgdir"
|
|
install -D -m 644 zsh.completion "$pkgdir"/usr/share/zsh/site-functions/_$pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
95293910817dee22a1944e6c11d37eee44bb0d3dbb20446d099f6a5434b307d1a489106f98642644019bf08c80256235e797426027ff3cdb5e3ac372d1e885bc sheet-parser-0.1.tar.gz
|
|
"
|