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