mirror of
https://github.com/RGBCube/serenity
synced 2025-09-13 19:47:59 +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=RISCVEmu
|
||||
version=ad8ad6a0eb8591385318b2ec1cffde6078ff0185
|
||||
files="https://github.com/IdanHo/RISCVEmu/archive/${version}.tar.gz RISCVEmu-${version}.tar.gz b4636284dd407e490ba6dd783b65caf8c019785285d6a86aece3860465276b33"
|
||||
files=(
|
||||
"https://github.com/IdanHo/RISCVEmu/archive/${version}.tar.gz RISCVEmu-${version}.tar.gz b4636284dd407e490ba6dd783b65caf8c019785285d6a86aece3860465276b33"
|
||||
)
|
||||
|
||||
build() {
|
||||
run "${CXX}" -o RISCVEmu RISCVEmu.cpp RISCV.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue