mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Add GNU findutils utility suite
This commit is contained in:
parent
e20706760f
commit
410b2f5d29
Notes:
sideshowbarker
2024-07-17 09:58:01 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/410b2f5d29 Pull-request: https://github.com/SerenityOS/serenity/pull/14387 Reviewed-by: https://github.com/linusg
2 changed files with 9 additions and 0 deletions
|
@ -50,6 +50,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`ffmpeg`](ffmpeg/) | ffmpeg | 5.0 | https://ffmpeg.org |
|
||||
| [`fheroes2`](fheroes2/) | Free Heroes of Might and Magic II | 0.9.13 | https://github.com/ihhub/fheroes2 |
|
||||
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |
|
||||
| [`findutils`](findutils/) | GNU findutils | 4.9.0 | https://www.gnu.org/software/findutils/ |
|
||||
| [`fio`](fio/) | fio - Flexible I/O tester | 3.30 | https://fio.readthedocs.io/en/latest/ |
|
||||
| [`flatbuffers`](flatbuffers/) | Flatbuffers | 2.0.0 | https://github.com/google/flatbuffers |
|
||||
| [`flex`](flex/) | flex | 2.6.4 | https://github.com/westes/flex |
|
||||
|
|
8
Ports/findutils/package.sh
Executable file
8
Ports/findutils/package.sh
Executable file
|
@ -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'
|
Loading…
Reference in a new issue