summaryrefslogtreecommitdiff
path: root/homebrew/gnuwhich/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gnuwhich/.beer')
-rw-r--r--homebrew/gnuwhich/.beer25
1 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/gnuwhich/.beer b/homebrew/gnuwhich/.beer
new file mode 100644
index 000000000..bba3255bb
--- /dev/null
+++ b/homebrew/gnuwhich/.beer
@@ -0,0 +1,25 @@
+{
+ "name": "GnuWhich",
+ "description": "GNU implementation of which utility",
+ "url": "https://ftp.gnu.org/gnu/which/which-2.21.tar.gz",
+ "mirror": "https://ftpmirror.gnu.org/which/which-2.21.tar.gz",
+ "homepage": "https://savannah.gnu.org/projects/which/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "args = %W[",
+ "--prefix=#{prefix}",
+ "--disable-dependency-tracking",
+ "--program-prefix=g",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\"",
+ "(libexec/\"gnubin\").install_symlink bin/\"gwhich\" => \"which\"",
+ "(libexec/\"gnuman/man1\").install_symlink man1/\"gwhich.1\" => \"which.1\"",
+ "libexec.install_symlink \"gnuman\" => \"man\""
+ ],
+ "version": "2.21",
+ "file": "gnu-which.rb"
+} \ No newline at end of file