From e94b468516b602aa439e8375c7bd1cb0d7233269 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 12 May 2020 21:50:41 +1000 Subject: [PATCH] New package: utmps-0.0.3.2 --- srcpkgs/utmps/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/utmps/template diff --git a/srcpkgs/utmps/template b/srcpkgs/utmps/template new file mode 100644 index 00000000000000..2bffeb09a6e783 --- /dev/null +++ b/srcpkgs/utmps/template @@ -0,0 +1,23 @@ +# Template file for 'utmps' +pkgname=utmps +version=0.0.3.2 +revision=1 +build_style=configure +configure_args="--libdir=/usr/lib --bindir=/usr/bin + --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps + --with-lib=${XBPS_CROSS_BASE}/usr/lib + --exec-prefix=/usr" +makedepends="skalibs-devel" +depends="skalibs s6" +short_desc="Secure utmpx and wtmp implementation" +maintainer="Alexis " +license="ISC" +homepage="https://skarnet.org/software/utmps/" +distfiles="https://skarnet.org/software/utmps/utmps-${version}.tar.gz" +checksum=b015a901d14cdf120994cb04f5880767570f7a2d2c12f5515d88a86df12d317f + +post_install() { + vlicense COPYING + vdoc README + vcopy "doc/*" usr/share/doc/${pkgname} +}