diff options
author | Liav A <liavalb@gmail.com> | 2022-06-25 12:46:41 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-25 12:08:43 +0100 |
commit | 410b2f5d29ba9a0e2515cd6820c7c2f1c9708171 (patch) | |
tree | 02c44a9c94451a92cc67c852558a2f995e57e6d5 /Ports/findutils | |
parent | e20706760f3fb8940fc5b4765bd7d605a7d44a0d (diff) | |
download | serenity-410b2f5d29ba9a0e2515cd6820c7c2f1c9708171.zip |
Ports: Add GNU findutils utility suite
Diffstat (limited to 'Ports/findutils')
-rwxr-xr-x | Ports/findutils/package.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Ports/findutils/package.sh b/Ports/findutils/package.sh new file mode 100755 index 0000000000..4a4a82a759 --- /dev/null +++ b/Ports/findutils/package.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env -S bash ../.port_include.sh +port='findutils' +version='4.9.0' +useconfigure='true' +use_fresh_config_sub='true' +config_sub_paths=('build-aux/config.sub') +files="https://ftp.gnu.org/gnu/findutils/findutils-${version}.tar.xz findutils-${version}.tar.xz a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe" +auth_type='sha256' |