void-packages/srcpkgs/batsignal/template
biopsin fd9c8d1f8d batsignal: update to 1.8.0
Tested on x86_64-glibc - dell P5520
2024-01-29 10:20:16 -05:00

18 lines
527 B
Bash

# Template file for 'batsignal'
pkgname=batsignal
version=1.8.0
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=c8c2a048f4aa105aae389d9d765b76057d4998dbfc29a7dfeaf66351eaa7cba1
post_install() {
vlicense LICENSE
}