mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 19:00:59 +00:00
12 lines
345 B
Bash
Executable file
12 lines
345 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"
|
|
}
|