mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:47:45 +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
|
@ -12,7 +12,9 @@ configopts=(
|
|||
"--without-ada"
|
||||
"--enable-widec"
|
||||
)
|
||||
files="https://invisible-mirror.net/archives/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059"
|
||||
files=(
|
||||
"https://invisible-mirror.net/archives/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059"
|
||||
)
|
||||
|
||||
check_tic_version() {
|
||||
local tic_path="$1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue