mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +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
|
@ -3,7 +3,9 @@ port=vim
|
|||
version=8.2.4554
|
||||
workdir="${port}-${version}"
|
||||
useconfigure="true"
|
||||
files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 206c8fc2535df33b9ea62fa1c9acae66c981a3e3aa4de0f652ef3a25e2b92571"
|
||||
files=(
|
||||
"https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 206c8fc2535df33b9ea62fa1c9acae66c981a3e3aa4de0f652ef3a25e2b92571"
|
||||
)
|
||||
configopts=("--with-tlib=tinfo" "--with-features=normal")
|
||||
depends=("ncurses" "gettext")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue