16 lines
504 B
Bash
16 lines
504 B
Bash
# Template file for 'powerstat'
|
|
pkgname=powerstat
|
|
version=0.02.07
|
|
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=4f453bd6dbb6fac678f05e0e7aa9102dbb1f8f3a91ce6a61d6bf599f35e56c53
|
|
|
|
do_build() {
|
|
make CC=$CC ${makejobs}
|
|
}
|