21 lines
490 B
Bash
21 lines
490 B
Bash
# Template file for 'wendy'
|
|
pkgname=wendy
|
|
version=2.1
|
|
revision=1
|
|
short_desc="Inotify based directory watcher"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="http://git.z3bra.org/wendy/log.html"
|
|
distfiles="http://dl.z3bra.org/releases/${pkgname}-${version}.tar.bz2"
|
|
checksum=2a664acd41b5ccc34b77ce188ed06efbc2375fa9a561a1f2881574a442cafb17
|
|
|
|
do_build() {
|
|
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
|
}
|
|
|
|
do_install() {
|
|
vbin wendy
|
|
vman wendy.1
|
|
vlicense LICENSE
|
|
}
|