summaryrefslogtreecommitdiff
path: root/homebrew/hello/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/hello/.beer')
-rw-r--r--homebrew/hello/.beer25
1 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/hello/.beer b/homebrew/hello/.beer
new file mode 100644
index 000000000..a809f21c6
--- /dev/null
+++ b/homebrew/hello/.beer
@@ -0,0 +1,25 @@
+{
+ "name": "Hello",
+ "description": "Program providing model for GNU coding standards and practices",
+ "url": "https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.gnu.org/software/hello/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "camlistore",
+ "reason": "both install `hello` binaries"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.10",
+ "file": "hello.rb"
+} \ No newline at end of file