15 lines
491 B
Bash
15 lines
491 B
Bash
# Template file for 'vttest'
|
|
pkgname=vttest
|
|
version=20190105
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Tests the compatibility so-called 'VT100-compatible' terminals"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="SMLNJ"
|
|
homepage="http://invisible-island.net/vttest/vttest.html"
|
|
distfiles="http://invisible-mirror.net/archives/${pkgname}/${pkgname}-${version}.tgz"
|
|
checksum=5703ef4783c8eb90b30205740c585652fa779ea28bdd876a2af81af6b9574f71
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|