15 lines
491 B
Bash
15 lines
491 B
Bash
# Template file for 'vttest'
|
|
pkgname=vttest
|
|
version=20190710
|
|
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=048b4078003c588ad2ee3202468576df7dee16914df0f663fc6dd5bb49526303
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|