void-packages/srcpkgs/wendy/template

21 lines
497 B
Bash
Raw Normal View History

2015-09-07 19:31:45 +00:00
# Template file for 'wendy'
pkgname=wendy
2016-02-01 15:56:16 +00:00
version=1.0
revision=1
2015-09-07 19:31:45 +00:00
short_desc="Inotify based directory watcher"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
2016-02-01 15:56:16 +00:00
license="ISC"
homepage="http://git.z3bra.org/wendy/log.html"
distfiles="http://dl.z3bra.org/releases/${pkgname}-${version}.tar.bz2"
2016-02-01 15:56:16 +00:00
checksum=dbdccce31ec9ad52921a121ac0433f14b76cb103cddf363152c5f17f85f291d7
do_build() {
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}
do_install() {
vbin wendy
vman wendy.1
vlicense LICENSE
}