summaryrefslogtreecommitdiff
path: root/Ports/which
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-10-15 20:09:32 +0300
committerLinus Groh <mail@linusgroh.de>2022-10-15 21:03:28 +0200
commit1837a5301fae19942c6a7934367269909fc67eb9 (patch)
tree8e2a2c98d840be275dc8aae9b7e7c25c9a850431 /Ports/which
parent1e213cb3c4ce8acca2c3d834157496a52d677293 (diff)
downloadserenity-1837a5301fae19942c6a7934367269909fc67eb9.zip
Ports: Add GNU which port
Diffstat (limited to 'Ports/which')
-rwxr-xr-xPorts/which/package.sh6
1 files changed, 6 insertions, 0 deletions
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'