17 lines
467 B
Bash
17 lines
467 B
Bash
# Template file for 'a4'
|
|
pkgname=a4
|
|
version=0.2.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libvterm-devel libtickit-devel"
|
|
short_desc="Dynamic terminal manager and multiplexer"
|
|
maintainer="Massimo Manzato <massimo.manzato@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://a4term.com/"
|
|
distfiles="https://github.com/rpmohn/a4/archive/v${version}.tar.gz"
|
|
checksum=6cf79cfae36d171d0de9b2e79c55c2fbd10d30be25863842d23c95e8df628050
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|