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