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

Ports: Update and fix nethack

This update fixes the broken build on newer (Ubuntu) systems.

It also contains a security fix.
This commit is contained in:
Fabian Dellwing 2023-05-12 11:11:05 +02:00 committed by Andreas Kling
parent 960822ef74
commit 4093952a6e
2 changed files with 10 additions and 7 deletions

View file

@ -1,10 +1,13 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=nethack
version=3.6.6
workdir=NetHack-NetHack-${version}_Released
files="https://www.nethack.org/download/${version}/nethack-${version//.}-src.tgz nethack-${version//.}-src.tgz cfde0c3ab6dd7c22ae82e1e5a59ab80152304eb23fb06e3129439271e5643ed2"
auth_type=sha256
depends=("ncurses" "bash")
port='nethack'
version='3.6.7'
workdir="NetHack-${version}"
files="https://www.nethack.org/download/${version}/nethack-${version//.}-src.tgz nethack-${version//.}-src.tgz 98cf67df6debf9668a61745aa84c09bcab362e5d33f5b944ec5155d44d2aacb2"
auth_type='sha256'
depends=(
'ncurses'
'bash'
)
build() {
run sys/unix/setup.sh sys/unix/hints/serenity