New package: wemux-3.2.0

This commit is contained in:
Diogo Leal 2015-08-21 07:35:36 -03:00
parent 628838c9ff
commit 6f75ef3327

22
srcpkgs/wemux/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'wemux'
pkgname=wemux
version=3.2.0
revision=1
depends="tmux"
short_desc="Multi-User Tmux Made Easy"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/zolrath/wemux/"
distfiles="https://github.com/zolrath/wemux/archive/v${version}.tar.gz"
checksum=8de6607df116b86e2efddfe3740fc5eef002674e551668e5dde23e21b469b06c
pre_configure() {
sed -i 's#/usr/local/etc/#/etc/#g' wemux
}
do_install(){
vbin wemux
vman man/wemux.1
vconf wemux.conf.example etc/wemux.conf
vlicense MIT-LICENSE
}