mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Add GNU which port
This commit is contained in:
parent
1e213cb3c4
commit
1837a5301f
Notes:
sideshowbarker
2024-07-17 05:44:16 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/1837a5301f Pull-request: https://github.com/SerenityOS/serenity/pull/15621 Reviewed-by: https://github.com/timschumi ✅
2 changed files with 7 additions and 0 deletions
|
@ -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
6
Ports/which/package.sh
Executable 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'
|
Loading…
Reference in a new issue