opentmpfiles: update to 0.3.1

This commit is contained in:
Nathan Owens 2020-11-10 20:53:56 -06:00 committed by Andrew J. Hesford
parent b0e8e36daf
commit 77de431dc9

View file

@ -1,20 +1,16 @@
# Template file for 'opentmpfiles'
pkgname=opentmpfiles
version=0.2
revision=2
build_style=gnu-makefile
make_install_args="bindir=/usr/bin"
version=0.3.1
revision=1
build_style=meson
configure_args="-Drootbindir=/usr/bin"
short_desc="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
pre_install() {
vsed -i 's|^bindir.*||g' Makefile
}
checksum=47d651ccda53a204463285044a9d34b1bd54d927509dac43994a9d6341be084a
post_install() {
vlicense license
vlicense LICENSE
}