diff --git a/srcpkgs/opentmpfiles/template b/srcpkgs/opentmpfiles/template new file mode 100644 index 00000000000..a89dbe267ac --- /dev/null +++ b/srcpkgs/opentmpfiles/template @@ -0,0 +1,20 @@ +# Template file for 'opentmpfiles' +pkgname=opentmpfiles +version=0.1.3 +revision=1 +build_style=gnu-makefile +short_desc="A standalone utility for handling systemd-style tmpfiles.d settings" +maintainer="maxice8 " +license="BSD" +homepage="https://github.com/OpenRC/opentmpfiles" +distfiles="https://github.com/OpenRC/opentmpfiles/archive/${version}.tar.gz" +checksum=1fdd4587c62d815296fb4162002cf001e3ed7aae8727d9b4360f527169e6b3be +make_install_args="bindir=/usr/bin" + +pre_install() { + sed -i 's|^bindir.*||g' Makefile +} + +post_install() { + vlicense license +}