summaryrefslogtreecommitdiff
path: root/repo/system/ljx
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
commit48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch)
tree00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/system/ljx
parent871b2b573f01c1b3176a0f65458b3d281b41c437 (diff)
removed idea of repos
Diffstat (limited to 'repo/system/ljx')
-rw-r--r--repo/system/ljx/ljx.xibuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/repo/system/ljx/ljx.xibuild b/repo/system/ljx/ljx.xibuild
deleted file mode 100644
index c28cd7b..0000000
--- a/repo/system/ljx/ljx.xibuild
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl"
-
-PKG_VER=1.3
-SOURCE=https://github.com/katlogic/ljx/archive/refs/tags/LJX-v$PKG_VER.tar.gz
-
-DESC="LuaJIT experimental 5.2/5.3 port"
-
-
-build () {
- make PREFIX=/usr
-
-}
-
-package () {
- make install DESTDIR="$PKG_DEST" PREFIX=/usr
-}