mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 04:04:17 +02:00
23 lines
627 B
Text
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
|
|
"
|