summaryrefslogtreecommitdiff
path: root/repo/system/unibilium/unibilium.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/unibilium/unibilium.xibuild')
-rw-r--r--repo/system/unibilium/unibilium.xibuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/repo/system/unibilium/unibilium.xibuild b/repo/system/unibilium/unibilium.xibuild
deleted file mode 100644
index 9c170f7..0000000
--- a/repo/system/unibilium/unibilium.xibuild
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl"
-
-PKG_VER=2.1.1
-SOURCE=https://github.com/neovim/unibilium/archive/v$PKG_VER.tar.gz
-DESC="Terminfo parsing library"
-
-build () {
- make PREFIX=/usr
-}
-
-check () {
- make test
-}
-
-package () {
- make PREFIX=/usr DESTDIR=$PKG_DEST install
-}