aboutsummaryrefslogtreecommitdiff
path: root/repos/community/lua/abuild
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-05-29 15:29:02 +0200
committeremmett1 <me@emmett1.my>2026-05-29 15:29:02 +0200
commitc71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe (patch)
treea231fd04d8a0818fd1f50d06bf53e4cc2474e67e /repos/community/lua/abuild
parent869bd1cc5ba01bc0d7c24c74cf4d15d396891d9e (diff)
parent61ee8081cb812b7d304a2041603dda1567390996 (diff)
downloadalicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.tar.gz
alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.zip
Merge pull request 'new ports and fixed duplicate in install.md' (#55) from Lostt/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/55
Diffstat (limited to 'repos/community/lua/abuild')
-rw-r--r--repos/community/lua/abuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/community/lua/abuild b/repos/community/lua/abuild
new file mode 100644
index 00000000..28c6130a
--- /dev/null
+++ b/repos/community/lua/abuild
@@ -0,0 +1,10 @@
+name=lua
+version=5.5.0
+release=1
+source="https://www.lua.org/ftp/lua-$version.tar.gz
+makefile.patch"
+
+build() {
+ make linux MYCFLAGS="-fPIC"
+ make install INSTALL_TOP=$PKG/usr
+}