1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:47:47 +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

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'