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