contrib/zfswatcher/Pkgfile

19 lines
424 B
Plaintext
Raw Normal View History

# Description: ZFS pool monitoring and notification daemon
# URL: http://zfswatcher.damicon.fi/
# Maintainer: ames Mills, prologic at shortcircuit dot net dot au
#
2015-04-01 02:40:50 +02:00
# Depends on: go zfs
name=zfswatcher
version=0.03
2015-04-01 02:40:50 +02:00
release=2
source=(http://shortcircuit.net.au/~prologic/distfiles/$name-$version.tar.gz)
build() {
cd $name-$version
make GO=$(which go)
make mandir=/usr/man DESTDIR=$PKG install
}