void-packages/srcpkgs/powerstat/template

16 lines
504 B
Bash
Raw Normal View History

2015-04-30 06:41:01 +00:00
# Template file for 'powerstat'
pkgname=powerstat
2015-07-03 05:14:03 +00:00
version=0.02.02
2015-04-30 06:41:01 +00:00
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"
2015-07-03 05:14:03 +00:00
checksum=09aca754d788aa13c07df5a97f94f006778e5f463e08805275fae97c46fa25d8
2015-05-19 06:24:54 +00:00
do_build() {
make CC=$CC ${makejobs}
}