summaryrefslogtreecommitdiff
path: root/testing/libvterm
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2016-08-02 15:02:38 -0400
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-08-03 12:22:24 +0200
commit90924b2f089aba969e51bc58ed9478c30aa41bad (patch)
treecc04cf76c712c67b994e40f13bcefcdfb0fae0c9 /testing/libvterm
parentca6479694bb595f6d65290d35b77d702a65d281b (diff)
downloadaports-90924b2f089aba969e51bc58ed9478c30aa41bad.zip
testing/libvterm: new aport
https://www.leonerd.org.uk/code/libvterm Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
Diffstat (limited to 'testing/libvterm')
-rw-r--r--testing/libvterm/APKBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/libvterm/APKBUILD b/testing/libvterm/APKBUILD
new file mode 100644
index 00000000000..9c82e5e6829
--- /dev/null
+++ b/testing/libvterm/APKBUILD
@@ -0,0 +1,32 @@
+# Contributor: Daniel Sabogal <dsabogalcc@gmail.com>
+# Maintainer:
+pkgname=libvterm
+pkgver=679
+_debver=0~bzr$pkgver
+pkgrel=0
+pkgdesc="Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
+url="https://www.leonerd.org.uk/code/libvterm"
+arch="all"
+license="MIT"
+depends=""
+depends_dev=""
+makedepends="libtool perl"
+install=""
+subpackages="$pkgname-dev"
+source="http://http.debian.net/debian/pool/main/libv/$pkgname/${pkgname}_$_debver.orig.tar.gz"
+
+builddir="$srcdir"/$pkgname-$_debver
+
+build() {
+ cd "$builddir"
+ make PREFIX=/usr || return 1
+}
+
+package() {
+ cd "$builddir"
+ make PREFIX=/usr DESTDIR="$pkgdir/" install || return 1
+}
+
+md5sums="60a10c71b4bf9fce3a45cf188129186a libvterm_0~bzr679.orig.tar.gz"
+sha256sums="429bf1bef0a6245efb0b531ec88afdc1657fa6995b51c2b36198cf246b698d45 libvterm_0~bzr679.orig.tar.gz"
+sha512sums="32d0c04cebc00540e04e3d6491e96140ce6dd7f9b78d968008137bdaf0c0ae36ebf225e5690c7f0700fc496799f86b12bb92ab1c406b705830e464dc4940b1c4 libvterm_0~bzr679.orig.tar.gz"