New package: mongroup-0.4.1

This commit is contained in:
Diogo Leal 2015-09-06 21:25:19 -03:00
parent e5c0b7edb1
commit fdef30308e
1 changed files with 21 additions and 0 deletions

21
srcpkgs/mongroup/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'mongroup'
pkgname=mongroup
version=0.4.1
revision=1
short_desc="Monitor a group of processes with mon"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3"
depends="mon"
homepage="https://github.com/jgallen23/mongroup"
distfiles="https://github.com/jgallen23/mongroup/archive/${version}.tar.gz"
checksum=50c6fb0eb6880fa837238a2036f9bc77d2f6db8c66b8c9a041479e2771a925ae
noarch=yes
do_install(){
vbin bin/mongroup
vsconf example/alert.js
vsconf example/server.js
vconf example/mongroup.conf
vdoc README.md
}