1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:27:35 +00:00

Ports: Switch to the new files syntax

This commit is contained in:
Tim Schumacher 2023-09-02 06:32:27 +02:00
parent 920dc1ba53
commit 456fd9f574
325 changed files with 368 additions and 351 deletions

View file

@ -5,7 +5,7 @@ useconfigure=true
configopts=("-Dbuildtype=release" "build-release" "--cross-file" "${SERENITY_BUILD_DIR}/meson-cross-file.txt")
depends=("luajit" "curl" "libfftw3f" "zlib" "SDL2")
files=(
"https://github.com/The-Powder-Toy/The-Powder-Toy/archive/refs/tags/v${version}.tar.gz d95cbadee22632687661e8fc488bd64405d81c0dca737e16420f26e93ea5bf58"
"https://github.com/The-Powder-Toy/The-Powder-Toy/archive/refs/tags/v${version}.tar.gz#d95cbadee22632687661e8fc488bd64405d81c0dca737e16420f26e93ea5bf58"
)
workdir="The-Powder-Toy-${version}"
launcher_name="The Powder Toy"