Skip to content

Commit

Permalink
New package: xnotify-0.8.1
Browse files Browse the repository at this point in the history
Closes PR #27198
  • Loading branch information
natrys committed Apr 28, 2021
1 parent bb61455 commit c3d8cb1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions srcpkgs/xnotify/template
@@ -0,0 +1,27 @@
# Template file for 'xnotify'
pkgname=xnotify
version=0.8.1
revision=1
build_style=gnu-makefile
make_build_args="LOCALINC=${XBPS_CROSS_BASE}/usr/include
LOCALLIB=${XBPS_CROSS_BASE}/usr/lib
FREETYPEINC=${XBPS_CROSS_BASE}/usr/include/freetype2
X11INC=${XBPS_CROSS_BASE}/usr/include/X11
LDFLAGS+=\$(LIBS) CFLAGS+=\$(INCS)"
makedepends="imlib2-devel libXft-devel libXinerama-devel"
short_desc="Popup a notification on the screen"
maintainer="Imran Khan <imrankhan@teknik.io>"
license="MIT"
homepage="https://github.com/phillbush/xnotify"
distfiles="https://github.com/phillbush/xnotify/archive/v${version}.tar.gz"
checksum=bb409c37e898674843d5279eb990b3da73cdbf00bc2dc2f8aa36fc0235e3ca7b

pre_build() {
if [ -e ${FILESDIR}/config.h ]; then
cp ${FILESDIR}/config.h config.h
fi
}

post_install() {
vlicense LICENSE
}

0 comments on commit c3d8cb1

Please sign in to comment.