mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
50758181a3
This commit updates the formatting for all ports to be updated in this PR in one go, to keep those changes centralized.
12 lines
353 B
Bash
Executable file
12 lines
353 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='mawk'
|
|
version='1.3.4-20200120'
|
|
files=(
|
|
"https://invisible-mirror.net/archives/mawk/mawk-${version}.tgz#7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237"
|
|
)
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
|
|
post_install() {
|
|
ln -sf mawk "${SERENITY_INSTALL_ROOT}/usr/local/bin/awk"
|
|
}
|