16 lines
498 B
Bash
16 lines
498 B
Bash
# Template file for 'vttest'
|
|
pkgname=vttest
|
|
version=20200610
|
|
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=8b52bc63b0e19feb15e3a044f0814a73e4f43306dd93362f9ad8bd94d2a40105
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|