vp-build/srcpkgs/3mux/template

17 lines
471 B
Bash

# Template file for '3mux'
pkgname=3mux
version=1.1.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=0f4dae181914c73eaa91bdb21ee0875f21b5da64c7c9d478f6d52a2d0aa2c0ea
post_install() {
vlicense LICENSE
}