summaryrefslogtreecommitdiff
path: root/Ports/mawk/package.sh
diff options
context:
space:
mode:
authorEmanuel Sprung <emanuel.sprung@gmail.com>2020-02-04 01:11:35 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-06 14:06:23 +0100
commitf46d80ac4fc2d9c4d3da9baf5515d2af9c577596 (patch)
tree2e0ad4da9691ebb725851756ac7f670309f1c17c /Ports/mawk/package.sh
parent991953ab0a957484ca1333de466374952381d1b2 (diff)
downloadserenity-f46d80ac4fc2d9c4d3da9baf5515d2af9c577596.zip
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
Diffstat (limited to 'Ports/mawk/package.sh')
-rwxr-xr-xPorts/mawk/package.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/Ports/mawk/package.sh b/Ports/mawk/package.sh
index f3c8001f44..174187b620 100755
--- a/Ports/mawk/package.sh
+++ b/Ports/mawk/package.sh
@@ -1,5 +1,9 @@
#!/bin/bash ../.port_include.sh
port=mawk
version=1.3.4-20200120
-files="https://invisible-mirror.net/archives/mawk/mawk-1.3.4-20200120.tgz mawk-1.3.4-20200120.tgz"
+files="https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz mawk-${version}.tgz
+https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz.asc mawk-${version}.tgz.asc"
useconfigure=true
+auth_type="sig"
+auth_import_key="C52048C0C0748FEE227D47A2702353E0F7E48EDB"
+auth_opts="mawk-${version}.tgz.asc mawk-${version}.tgz"