From f46d80ac4fc2d9c4d3da9baf5515d2af9c577596 Mon Sep 17 00:00:00 2001 From: Emanuel Sprung Date: Tue, 4 Feb 2020 01:11:35 +0100 Subject: Ports: Added checksums / signature files and other fixes * Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff --- Ports/quake/package.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Ports/quake') diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh index 91326e430e..e0774d4286 100755 --- a/Ports/quake/package.sh +++ b/Ports/quake/package.sh @@ -3,7 +3,8 @@ port=quake version=0.65 workdir=SerenityQuake-master useconfigure=false -curlopts="-L" files="https://github.com/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz" -makeopts="V=1 SYMBOLS_ON=Y" +makeopts="V=1 SYMBOLS_ON=Y " depends=SDL2 + +export PATH=${SERENITY_ROOT}/Root/usr/bin:$PATH \ No newline at end of file -- cgit v1.2.3