mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 06:35:24 +02:00
15 lines
498 B
Bash
15 lines
498 B
Bash
# Template file for 'vttest'
|
|
pkgname=vttest
|
|
version=20240218
|
|
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=625b292f8052ffbbefe7d9d6fbdf9c8d1fc18b5c85568f2547097d97c540bd75
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|