void-packages/srcpkgs/acpid/template
mobinmob 8d0a77d717
acpid: update to 2.0.33.
Closes: #33038 [via git-merge-pr]
2021-10-17 23:58:18 +02:00

18 lines
600 B
Bash

# Template file for 'acpid'
pkgname=acpid
version=2.0.33
revision=1
build_style=gnu-configure
short_desc="ACPI Daemon (acpid) With Netlink Support"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://sourceforge.net/projects/acpid2/"
distfiles="${SOURCEFORGE_SITE}/acpid2/acpid-${version}.tar.xz"
checksum=0856f71b3eb34a1b663d0a8e6363dfcbc519e63d847330498898658e2972dbe8
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
post_install() {
vinstall ${FILESDIR}/handler.sh 755 etc/acpi
vinstall ${FILESDIR}/anything 644 etc/acpi/events
vsv acpid
}