mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:07:44 +00:00
Ports: Make array-like settings actual arrays
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
This commit is contained in:
parent
e507cfcdb0
commit
c07f91474d
149 changed files with 352 additions and 345 deletions
|
@ -2,7 +2,7 @@
|
|||
port=oksh
|
||||
useconfigure=true
|
||||
version=6.8.1
|
||||
depends="ncurses"
|
||||
depends=("ncurses")
|
||||
workdir=oksh-${version}
|
||||
files="https://github.com/ibara/oksh/releases/download/oksh-${version}/oksh-${version}.tar.gz oksh-${version}.tar.gz ddd2b27b99009a4ee58ddf58da73edf83962018066ccf33b2fe1f570a00917b0"
|
||||
auth_type=sha256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue