Lua and Lmod recipes added

This commit is contained in:
2023-06-01 11:50:30 +02:00
parent e5588b7105
commit 6b05b8e345
4 changed files with 136 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
#
# https://
#
#---
LUA_PREFIX="${PREFIX}/libexec/lua"
PATH="${LUA_PREFIX}/bin:$PATH"
luarocks install luaposix
#---
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End: