void-packages/srcpkgs/powerstat/template
2015-06-12 12:40:14 +02:00

16 lines
504 B
Bash

# Template file for 'powerstat'
pkgname=powerstat
version=0.01.40
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=e16ddabb4f466e077d0295bf50da8545e2b45f67349d4031dc7b693132b551b7
do_build() {
make CC=$CC ${makejobs}
}