mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: tmuxc 1.1.5
This commit is contained in:
parent
4c256d39c1
commit
ae880db416
1 changed files with 17 additions and 0 deletions
17
srcpkgs/tmuxc/template
Normal file
17
srcpkgs/tmuxc/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'tmuxc'
|
||||||
|
pkgname=tmuxc
|
||||||
|
version=1.1.5
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
depends="perl"
|
||||||
|
short_desc="Local and remote tmux window manager"
|
||||||
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/zdykstra/tmuxc"
|
||||||
|
distfiles="https://github.com/zdykstra/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=332df81e9be18fbf1f201dc952f3583ae1f58dd5115f05dca16f18fb9fe44cbf
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin tmuxc
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue