pmaports/temp/logbookd/APKBUILD
2023-12-08 22:57:47 -08:00

42 lines
1.3 KiB
Text

# Forked from Alpine since riscv64 builder is broken.
# See: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4549#note_1683205953
pkgname=logbookd
pkgver=0.2.0
pkgrel=0
pkgdesc="sqlite backed syslogd implementation"
url="https://git.sr.ht/~martijnbraam/logbookd"
arch="all"
license="MIT"
subpackages="$pkgname-doc $pkgname-openrc"
source="
$pkgname-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/logbookd/archive/$pkgver.tar.gz
logbookd.initd
logbookd.confd
"
makedepends="cmake meson sqlite-dev util-linux-dev scdoc"
build() {
abuild-meson . output
meson compile -C output
}
check() {
meson test --no-rebuild -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
install -m755 -D "$srcdir"/logbookd.initd \
"$pkgdir"/etc/init.d/logbookd
install -m644 -D "$srcdir"/logbookd.confd \
"$pkgdir"/etc/conf.d/logbookd
}
sha512sums="
b55bdd9d394e97b0593a7105c7af6f66815797f722d6e0cea9f633410e4c72f46353d3508bef2b2bb3112d170f82c9d8a26307320a8bddab158b20da35283b19 logbookd-0.2.0.tar.gz
6590cb54a2c5613629f729f78b3b8e427808028d9b42462391eb74fa4d19fd5239d06eb3fc026d174f615e46b405d9ae74590ecf622459fc40664620372d5adf logbookd.initd
f06496703895cf9c3ea1c904aedd9aea89f7ba476dda56227808f2a24032273aef5640ed9f2ee47351b8e955e66a5e0cb3c07bc5a73e6211e1e7103893b9551a logbookd.confd
"