diff options
-rw-r--r-- | Ports/AvailablePorts.md | 1 | ||||
-rwxr-xr-x | Ports/which/package.sh | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 072e4fd97a..003e124ffa 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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 | diff --git a/Ports/which/package.sh b/Ports/which/package.sh new file mode 100755 index 0000000000..b402605224 --- /dev/null +++ b/Ports/which/package.sh @@ -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' |