void-packages/srcpkgs/opentmpfiles/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

21 lines
594 B
Bash

# Template file for 'opentmpfiles'
pkgname=opentmpfiles
version=0.2
revision=1
archs=noarch
build_style=gnu-makefile
short_desc="A standalone utility for handling systemd-style tmpfiles.d settings"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/OpenRC/opentmpfiles"
distfiles="https://github.com/OpenRC/opentmpfiles/archive/${version}.tar.gz"
checksum=4fa6a78600b1d67d34c441919e5e62ad181af358d9353ce380f515d623177ecb
make_install_args="bindir=/usr/bin"
pre_install() {
sed -i 's|^bindir.*||g' Makefile
}
post_install() {
vlicense license
}