19 lines
527 B
Bash
19 lines
527 B
Bash
# Template file for 'batsignal'
|
|
pkgname=batsignal
|
|
version=1.6.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libnotify-devel"
|
|
short_desc="Simple battery monitor"
|
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
|
license="ISC"
|
|
homepage="https://github.com/electrickite/batsignal"
|
|
distfiles="https://github.com/electrickite/batsignal/archive/${version}.tar.gz"
|
|
checksum=58439dac2b678ab798831fe861c06d2d5c128c4bb4bae1476a62ba1771da3983
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|