aports/testing/saait/APKBUILD
Micheal Smith 23b759fe64 testing/saait: new aport
https://codemadness.org/saait.html
the most boring static page generator
2024-06-27 19:11:45 +00:00

23 lines
627 B
Text

# Contributor: Micheal Smith <xulfer@cheapbsd.net>
# Maintainer: Micheal Smith <xulfer@cheapbsd.net>
pkgname=saait
pkgver=0.8
pkgrel=0
pkgdesc="the most boring static page generator"
url="https://codemadness.org/saait.html"
arch="all"
license="ISC"
subpackages="$pkgname-doc"
source="https://codemadness.org/releases/saait/saait-$pkgver.tar.gz"
options="!check"
build() {
make
}
package() {
make PREFIX=/usr DESTDIR="$pkgdir" MANPREFIX=/usr/share/man install
}
sha512sums="
69e716d6f32ae2b0bfe51f8c20bc7e0926e90ad1caf6664155369d12342a5241ac9102fdd7f6ac32d7be7eacd683d744782fe50b850624a1a3265c2b44adeaf7 saait-0.8.tar.gz
"