Ports: Add awk symlink to mawk port

This commit is contained in:
Jean-Baptiste Boric 2021-08-07 14:04:29 +02:00 committed by Andreas Kling
commit c9d287b226
Notes: sideshowbarker 2024-07-18 07:05:16 +09:00

View file

@ -7,3 +7,7 @@ useconfigure=true
auth_type="sig"
auth_import_key="C52048C0C0748FEE227D47A2702353E0F7E48EDB"
auth_opts="mawk-${version}.tgz.asc mawk-${version}.tgz"
post_install() {
ln -sf mawk "${SERENITY_INSTALL_ROOT}/usr/local/bin/awk"
}