mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +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
|
@ -3,8 +3,8 @@ port=epsilon
|
|||
version=15.5.0
|
||||
files="https://github.com/numworks/epsilon/archive/refs/tags/${version}.tar.gz ${port}-${version}.tar.gz 38c3b6baaf00863bbd179bce5e9cc42bbdbd0cd485b5bf3bbf4473383591bf83"
|
||||
auth_type=sha256
|
||||
makeopts="PLATFORM=simulator TARGET=serenity SERENITY_INSTALL_ROOT=${SERENITY_INSTALL_ROOT}"
|
||||
depends="SDL2 libpng libjpeg freetype"
|
||||
makeopts=("PLATFORM=simulator" "TARGET=serenity" "SERENITY_INSTALL_ROOT=${SERENITY_INSTALL_ROOT}")
|
||||
depends=("SDL2" "libpng" "libjpeg" "freetype")
|
||||
launcher_name=Epsilon
|
||||
launcher_category=Utilities
|
||||
launcher_command=/usr/local/bin/epsilon.elf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue