22 lines
546 B
Bash
22 lines
546 B
Bash
# 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
|
|
}
|