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

Ports/pt2-clone: Update pt2-clone to version 1.43

Upgrade patches to git style, add ReadMe.md and remove from the list
of ports missing descriptions.
This commit is contained in:
EWouters 2022-04-01 04:59:20 +02:00 committed by Brian Gianforcaro
parent d6ce3a842c
commit d89a58216d
8 changed files with 66 additions and 25 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=pt2-clone
version=1.28
version=1.43
useconfigure=true
files="https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz v${version}.tar.gz a3ce83e326d94f1abf6dd75fb788fe508922818c08e6f988155df9ed288f180e"
files="https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz v${version}.tar.gz 760c1545105fbf3798fd101c6f213e0fd60943869023ef735f16f4b35221e007"
auth_type=sha256
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
depends=("SDL2")