26 lines
653 B
Bash
26 lines
653 B
Bash
# Template file for 'musl-nscd'
|
|
pkgname=musl-nscd
|
|
version=1.0.2
|
|
revision=1
|
|
archs="*-musl"
|
|
build_style=gnu-configure
|
|
hostmakedepends="bison flex"
|
|
short_desc="NSS to NSCD bridge for musl"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/pikhq/musl-nscd"
|
|
distfiles="https://github.com/pikhq/musl-nscd/archive/v$version.tar.gz"
|
|
checksum=5cde7ad14c91f8f2d02a5eec6318b1a8581448c07bb75a9d7d81e9228e96dd41
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
vsv nscd
|
|
}
|
|
|
|
musl-nscd-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
}
|
|
}
|