void-packages/srcpkgs/opentmpfiles/template
Đoàn Trần Công Danh 7a1eeccda8 opentmpfiles: drop noarch
2020-10-10 09:12:26 +07:00

20 lines
580 B
Bash

# Template file for 'opentmpfiles'
pkgname=opentmpfiles
version=0.2
revision=2
build_style=gnu-makefile
make_install_args="bindir=/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
}
post_install() {
vlicense license
}