summaryrefslogtreecommitdiff
path: root/repo/system/libvterm
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libvterm')
-rw-r--r--repo/system/libvterm/libvterm.xibuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/system/libvterm/libvterm.xibuild b/repo/system/libvterm/libvterm.xibuild
deleted file mode 100644
index d212ccc..0000000
--- a/repo/system/libvterm/libvterm.xibuild
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl"
-
-PKG_VER=0.1.4
-SOURCE=http://www.leonerd.org.uk/code/libvterm/libvterm-$PKG_VER.tar.gz
-DESC="Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
-
-build () {
- make PREFIX=/usr
-}
-
-package () {
- make PREFIX=/usr DESTDIR="$PKG_DEST/" install
- rm -f $PKG_DEST/usr/lib/*.a
-}