New package: wemux-3.2.0
This commit is contained in:
parent
628838c9ff
commit
6f75ef3327
1 changed files with 22 additions and 0 deletions
22
srcpkgs/wemux/template
Normal file
22
srcpkgs/wemux/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue