From 442349d3bd58c673d57becb570f4f5c3a619bf0f Mon Sep 17 00:00:00 2001 From: juantascon Date: Thu, 12 Dec 2019 12:52:08 +0100 Subject: [PATCH] New package: batsignal-1.0.0 --- srcpkgs/batsignal/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/batsignal/template diff --git a/srcpkgs/batsignal/template b/srcpkgs/batsignal/template new file mode 100644 index 00000000000000..1a1e5476b89063 --- /dev/null +++ b/srcpkgs/batsignal/template @@ -0,0 +1,23 @@ +# Template file for 'batsignal' +pkgname=batsignal +version=1.0.0 +revision=1 +build_style=gnu-makefile +make_use_env=yes +hostmakedepends="pkg-config" +makedepends="libnotify-devel" +depends="libnotify" +short_desc="Lightweight battery monitor daemon" +maintainer="juan " +license="ISC" +homepage="https://github.com/electrickite/batsignal" +distfiles="https://github.com/electrickite/batsignal/archive/${version}.tar.gz" +checksum=4087fe29c0ecebe69d000ba5cc26e038b28872f39a50d38e815b5d46c6b0f81d + +pre_configure() { + CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include" +} + +post_install() { + vlicense LICENSE +}