New package: n30f-2.0

This commit is contained in:
Robert Lowry 2018-12-28 13:00:40 -06:00 committed by maxice8
parent a388a77c5c
commit 1be69cb963

20
srcpkgs/n30f/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'n30f'
pkgname=n30f
version=2.0
revision=1
makedepends="cairo-devel"
short_desc="Display a PNG in a borderless, transparent, and non-wm-managed window"
maintainer="Robert Lowry <bobertlo@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/sdhand/n30f"
distfiles="https://github.com/sdhand/${pkgname}/archive/${version}.tar.gz"
checksum=7abad075813ee553b3590c0c007799918bbb4fa90c49571bca6505773ece5bf5
do_build() {
${CC} ${CFLAGS} ${LDFLAGS} -o n30f n30f.c ${LDLIBS} -lcairo -lxcb -lxcb-render
}
do_install() {
vbin n30f
vlicense LICENSE
}