void-packages/srcpkgs/powerstat/template
2015-09-10 15:48:46 +02:00

15 lines
504 B
Bash

# Template file for 'powerstat'
pkgname=powerstat
version=0.02.05
revision=1
build_style=gnu-makefile
short_desc="Measures the power consumption using the ACPI battery information"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://kernel.ubuntu.com/~cking/powerstat/"
distfiles="http://kernel.ubuntu.com/~cking/tarballs/powerstat/powerstat-${version}.tar.gz"
checksum=101d46e98200599bcfaa61f1ca63b3943aa2aac8fa27b5b6495b586f3c3d18ee
do_build() {
make CC=$CC ${makejobs}
}