summaryrefslogtreecommitdiff
path: root/homebrew/picoc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/picoc/.beer')
-rw-r--r--homebrew/picoc/.beer22
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/picoc/.beer b/homebrew/picoc/.beer
new file mode 100644
index 000000000..26c685aee
--- /dev/null
+++ b/homebrew/picoc/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Picoc",
+ "description": "C interpreter for scripting",
+ "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/picoc/picoc-2.1.tar.bz2",
+ "mirror": "https://dl.bintray.com/homebrew/mirror/picoc-2.1.tar.bz2",
+ "homepage": "https://github.com/zsaleeba/picoc",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://github.com/zsaleeba/picoc/commit/ed54c51.patch?full_index=1",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "system \"make\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags} -DUNIX_HOST\"",
+ "bin.install \"picoc\""
+ ],
+ "version": "2.1",
+ "file": "picoc.rb"
+} \ No newline at end of file