17 lines
524 B
Bash
17 lines
524 B
Bash
# Template file for 'opentmpfiles'
|
|
pkgname=opentmpfiles
|
|
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=47d651ccda53a204463285044a9d34b1bd54d927509dac43994a9d6341be084a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|