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