# libvterm - Abstract VT220 terminal emulator library
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=libvterm
version=0.3.3
release=1
desc="Abstract VT220 terminal emulator library"
url="https://www.leonerd.org.uk/code/libvterm/"
license="MIT"
depend="glibc"
makedepend=""
source="https://launchpad.net/libvterm/trunk/v0.3.3/+download/libvterm-0.3.3.tar.gz"
sha256="SKIP"

build() {
	cd "libvterm-0.3.3"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "libvterm-0.3.3"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
