Merge pull request #2318 from diogoleal/wemux

New package: wemux-3.2.0
This commit is contained in:
Jürgen Buchmüller 2015-08-21 20:27:23 +02:00
commit 9baf36449f
1 changed files with 22 additions and 0 deletions

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
}