mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -2,7 +2,9 @@
|
|||
port=luajit
|
||||
version=2.1.0-beta3
|
||||
useconfigure=true
|
||||
files="https://luajit.org/download/LuaJIT-${version}.tar.gz LuaJIT-${version}.tar.gz 1ad2e34b111c802f9d0cdf019e986909123237a28c746b21295b63c9e785d9c3"
|
||||
files=(
|
||||
"https://luajit.org/download/LuaJIT-${version}.tar.gz LuaJIT-${version}.tar.gz 1ad2e34b111c802f9d0cdf019e986909123237a28c746b21295b63c9e785d9c3"
|
||||
)
|
||||
workdir="LuaJIT-${version}"
|
||||
|
||||
if [ ${SERENITY_ARCH} = "x86_64" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue