summaryrefslogtreecommitdiff
path: root/homebrew/datamash/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/datamash/.beer')
-rw-r--r--homebrew/datamash/.beer33
1 files changed, 33 insertions, 0 deletions
diff --git a/homebrew/datamash/.beer b/homebrew/datamash/.beer
new file mode 100644
index 000000000..a8ae26683
--- /dev/null
+++ b/homebrew/datamash/.beer
@@ -0,0 +1,33 @@
+{
+ "name": "Datamash",
+ "description": "Tool to perform numerical, textual & statistical operations",
+ "url": "https://ftp.gnu.org/gnu/datamash/datamash-1.4.tar.gz",
+ "mirror": "https://ftpmirror.gnu.org/datamash/datamash-1.4.tar.gz",
+ "homepage": "https://www.gnu.org/software/datamash",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "gettext",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./bootstrap\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.4",
+ "file": "datamash.rb"
+} \ No newline at end of file