void-packages/srcpkgs/a4/template

17 lines
467 B
Bash
Raw Normal View History

2023-05-03 23:37:38 +02:00
# Template file for 'a4'
pkgname=a4
2023-07-04 12:08:25 +02:00
version=0.2.2
2023-05-03 23:37:38 +02:00
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"
2023-07-04 12:08:25 +02:00
checksum=6cf79cfae36d171d0de9b2e79c55c2fbd10d30be25863842d23c95e8df628050
2023-05-03 23:37:38 +02:00
post_install() {
vlicense LICENSE
}