From 7202945b2dd328cd8c7c9860a8edf259438c46d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=C3=A9p=C3=A9ta?= Date: Thu, 2 Nov 2023 20:13:27 +1100 Subject: [PATCH] New package: xnotify-0.9.3 --- srcpkgs/xnotify/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/xnotify/template diff --git a/srcpkgs/xnotify/template b/srcpkgs/xnotify/template new file mode 100644 index 0000000000000..43f6a2f051f9b --- /dev/null +++ b/srcpkgs/xnotify/template @@ -0,0 +1,20 @@ +# Template file for 'xnotify' +pkgname=xnotify +version=0.9.3 +revision=1 +build_style=gnu-makefile +make_build_args="INCS=-I${XBPS_CROSS_BASE}/usr/include + INCS+=-I${XBPS_CROSS_BASE}/usr/include/freetype2" +makedepends="imlib2-devel libXft-devel libX11-devel libXinerama-devel freetype-devel" +short_desc="Read notifications from stdin and pop them up on the screen" +maintainer="népéta " +license="MIT" +homepage="https://github.com/phillbush/xnotify" +distfiles="https://github.com/phillbush/xnotify/archive/refs/tags/v0.9.3.tar.gz" +checksum=9fa7505ad16c8d5e2305a56d0d88ca3a7e324816b4df7845b920db088482eb24 + +do_install() { + make PREFIX=/usr DESTDIR=${DESTDIR} install + vdoc README.md + vlicense LICENSE +}