mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:17:34 +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=mc
|
||||
version=4.8.29
|
||||
useconfigure=true
|
||||
files="http://ftp.midnight-commander.org/mc-${version}.tar.xz ${port}-${version}.tar.xz 01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4"
|
||||
files=(
|
||||
"http://ftp.midnight-commander.org/mc-${version}.tar.xz ${port}-${version}.tar.xz 01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4"
|
||||
)
|
||||
depends=("gettext" "glib" "libtool" "ncurses" "vim")
|
||||
configopts=(
|
||||
"--disable-largefile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue