mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
New package: 3mux-0.3.0
This commit is contained in:
parent
ebf379d848
commit
54ada49ca1
1 changed files with 16 additions and 0 deletions
16
srcpkgs/3mux/template
Normal file
16
srcpkgs/3mux/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for '3mux'
|
||||||
|
pkgname=3mux
|
||||||
|
version=0.3.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/aaronjanse/3mux
|
||||||
|
short_desc="Terminal multiplexer inspired by i3"
|
||||||
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/aaronjanse/3mux"
|
||||||
|
distfiles="https://github.com/aaronjanse/3mux/archive/v${version}.tar.gz"
|
||||||
|
checksum=fa938fd68a9afbea0acaf0d4e22e1e1cd957ba78411f9398e90420f8d8ca2519
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue