summaryrefslogtreecommitdiff
path: root/homebrew/diction/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/diction/.beer')
-rw-r--r--homebrew/diction/.beer18
1 files changed, 18 insertions, 0 deletions
diff --git a/homebrew/diction/.beer b/homebrew/diction/.beer
new file mode 100644
index 000000000..1ab76ae06
--- /dev/null
+++ b/homebrew/diction/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Diction",
+ "description": "GNU diction and style",
+ "url": "https://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz",
+ "mirror": "https://ftpmirror.gnu.org/diction/diction-1.11.tar.gz",
+ "homepage": "https://www.gnu.org/software/diction/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.11",
+ "file": "diction.rb"
+} \ No newline at end of file