mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Ports/brogue: Update brogue to version 1.10.1
Also preserve the `-j$(nproc)` flag.
This commit is contained in:
parent
7952af9b6d
commit
aa0f356a81
Notes:
sideshowbarker
2024-07-17 12:03:39 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/aa0f356a81 Pull-request: https://github.com/SerenityOS/serenity/pull/13395 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`binutils`](binutils/) | GNU Binutils | 2.38 | https://www.gnu.org/software/binutils/ |
|
||||
| [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ |
|
||||
| [`bochs`](bochs/) | Bochs x86 PC emulator | 2.7 | https://sourceforge.net/projects/bochs/ |
|
||||
| [`brogue`](brogue/) | BrogueCE | 1.9.3 | https://github.com/tmewett/BrogueCE |
|
||||
| [`brogue`](brogue/) | BrogueCE | 1.10.1 | https://github.com/tmewett/BrogueCE |
|
||||
| [`byacc`](byacc/) | Berkeley Yacc | 20210808 | https://invisible-island.net/byacc/byacc.html |
|
||||
| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ |
|
||||
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2022-02-01 | https://curl.se/docs/caextract.html |
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=brogue
|
||||
depends=("SDL2" "SDL2_image")
|
||||
version=1.9.3
|
||||
version=1.10.1
|
||||
workdir="BrogueCE-${version}"
|
||||
files="https://github.com/tmewett/BrogueCE/archive/refs/tags/v${version}.tar.gz brogue.tar.gz 441182916a16114bedfee614b09a198b4877a25db2544c5e087c86038aae2452"
|
||||
files="https://github.com/tmewett/BrogueCE/archive/refs/tags/v${version}.tar.gz brogue-${version}.tar.gz 3e0425b3f1b59afe98a92c0282aa4dd7e8964b53f7cab969fcf437701a04c5fa"
|
||||
auth_type=sha256
|
||||
makeopts=("bin/brogue")
|
||||
makeopts+=("bin/brogue")
|
||||
|
||||
install() {
|
||||
datadir="$SERENITY_INSTALL_ROOT/usr/local/share/games/brogue/assets"
|
||||
|
|
Loading…
Reference in a new issue