1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:00:49 +00:00

Ports: Add GNU which port

This commit is contained in:
Liav A 2022-10-15 20:09:32 +03:00 committed by Linus Groh
parent 1e213cb3c4
commit 1837a5301f
2 changed files with 7 additions and 0 deletions

View File

@ -254,6 +254,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`vttest`](vttest/) | vttest | 20220215 | https://invisible-island.net/vttest/ |
| [`VVVVVV`](VVVVVV/) | Terry Cavanagh's VVVVVV | 2.3.6 | https://github.com/TerryCavanagh/VVVVVV/ |
| [`wget`](wget/) | GNU Wget | 1.21.3 | https://www.gnu.org/software/wget/ |
| [`which`](which/) | GNU which | 2.21 | https://www.gnu.org/software/which/ |
| [`wireguard-tools`](wireguard-tools/) | WireGuard Tools | 1.0.20210914 | https://www.wireguard.com/ |
| [`x264`](x264/) | x264 | baee400 | https://www.videolan.org/developers/x264.html |
| [`x265`](x265/) | x265 | 3.5 | https://bitbucket.org/multicoreware/x265_git/wiki/Home |

6
Ports/which/package.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='which'
version='2.21'
useconfigure='true'
files="https://ftp.gnu.org/gnu/which/which-${version}.tar.gz which-${version}.tar.gz f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad"
auth_type='sha256'