# 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 " 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 }