mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37: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
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=tinycc
|
||||
version=dev
|
||||
files="https://github.com/TinyCC/tinycc/archive/dev.tar.gz tinycc-dev.tar.gz 1e16fd9926e8e2662a35c790b7c56e8e7e8769c6a8a86a59a534c26046d0d83e"
|
||||
files=(
|
||||
"https://github.com/TinyCC/tinycc/archive/dev.tar.gz tinycc-dev.tar.gz 1e16fd9926e8e2662a35c790b7c56e8e7e8769c6a8a86a59a534c26046d0d83e"
|
||||
)
|
||||
useconfigure=true
|
||||
makeopts=("tcc")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue