void-packages/srcpkgs/3mux/template

17 lines
471 B
Bash
Raw Normal View History

2020-04-17 14:10:25 -05:00
# Template file for '3mux'
pkgname=3mux
2020-08-23 12:10:15 +02:00
version=1.0.1
2020-04-17 14:10:25 -05:00
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"
2020-08-23 12:10:15 +02:00
checksum=925e23850ad69ce12069bb4c48af6e70c820bbd4bfe5a83ebf72eaefb9d8ab83
2020-04-17 14:10:25 -05:00
post_install() {
vlicense LICENSE
}