summaryrefslogtreecommitdiff
path: root/homebrew/lolcode/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/lolcode/.beer')
-rw-r--r--homebrew/lolcode/.beer28
1 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/lolcode/.beer b/homebrew/lolcode/.beer
new file mode 100644
index 000000000..caf1fe1f8
--- /dev/null
+++ b/homebrew/lolcode/.beer
@@ -0,0 +1,28 @@
+{
+ "name": "Lolcode",
+ "description": "Esoteric programming language",
+ "url": "https://github.com/justinmeza/lci/archive/v0.11.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://lolcode.org/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "lci",
+ "reason": "both install `lci` binaries"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\"",
+ "system \"make\"",
+ "bin.install \"lci\""
+ ],
+ "version": "0.11.2",
+ "file": "lolcode.rb"
+} \ No newline at end of file