From 3825334f8787303ef179a401b1c8bc40003155cb Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 15 Jan 2018 10:02:54 -0200 Subject: [PATCH] New package: opentmpfiles-0.1.3. Closes: #10838 [via git-merge-pr] --- srcpkgs/opentmpfiles/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/opentmpfiles/template 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 +}