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-11 06:47:57 +00:00
version=0.02.03
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-11 06:47:57 +00:00
checksum=02ab05cdd439c95df1553e87165b3f76f00f00142b2be74f7461e3b1c1efc41e
2015-05-19 06:24:54 +00:00
do_build() {
make CC=$CC ${makejobs}
}