summaryrefslogtreecommitdiff
path: root/homebrew/recutils/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/recutils/.beer')
-rw-r--r--homebrew/recutils/.beer19
1 files changed, 19 insertions, 0 deletions
diff --git a/homebrew/recutils/.beer b/homebrew/recutils/.beer
new file mode 100644
index 000000000..672abc46b
--- /dev/null
+++ b/homebrew/recutils/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Recutils",
+ "description": "Tools to work with human-editable, plain text data files",
+ "url": "https://ftp.gnu.org/gnu/recutils/recutils-1.8.tar.gz",
+ "mirror": "https://ftpmirror.gnu.org/gnu/recutils/recutils-1.8.tar.gz",
+ "homepage": "https://www.gnu.org/software/recutils/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--datarootdir=#{elisp}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.8",
+ "file": "recutils.rb"
+} \ No newline at end of file