18 lines
512 B
Bash
18 lines
512 B
Bash
# Template file for 'tpacpi-bat'
|
|
pkgname=tpacpi-bat
|
|
version=3.2
|
|
revision=1
|
|
archs="i686 x86_64*"
|
|
depends="acpi_call-dkms perl"
|
|
short_desc="ThinkPad ACPI Battery Util using acpi_call"
|
|
maintainer="Daniel A. Maierhofer <git@damadmai.at>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/teleshoes/tpacpi-bat"
|
|
distfiles="https://github.com/teleshoes/tpacpi-bat/archive/v$version.tar.gz"
|
|
checksum=ac3c2dad1db2175e8e650b81941a87a591cf50e9cdb4a64afaa70f25aa069250
|
|
|
|
do_install() {
|
|
vbin $pkgname
|
|
vdoc README.md
|
|
}
|