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

Ports: Add a gawk port

This commit is contained in:
Tim Schumacher 2021-06-02 21:19:41 +02:00 committed by Andreas Kling
parent a1617faf44
commit dda216c334
3 changed files with 34 additions and 0 deletions

9
Ports/gawk/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=gawk
version=5.1.0
useconfigure="true"
files="https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz gawk-${version}.tar.gz
https://ftpmirror.gnu.org/gnu/gawk/gawk-${version}.tar.gz.sig gawk-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts="--keyring ./gnu-keyring.gpg gawk-${version}.tar.gz.sig"