summaryrefslogtreecommitdiff
path: root/homebrew/crystalicr
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/crystalicr')
-rw-r--r--homebrew/crystalicr/.beer25
-rw-r--r--homebrew/crystalicr/.make.sh-auto2
-rw-r--r--homebrew/crystalicr/_metadata/description1
-rw-r--r--homebrew/crystalicr/_metadata/homepage1
-rw-r--r--homebrew/crystalicr/_metadata/name1
-rw-r--r--homebrew/crystalicr/_metadata/version1
-rwxr-xr-xhomebrew/crystalicr/download.sh1
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/crystalicr/.beer b/homebrew/crystalicr/.beer
new file mode 100644
index 000000000..67b862c53
--- /dev/null
+++ b/homebrew/crystalicr/.beer
@@ -0,0 +1,25 @@
+{
+ "name": "CrystalIcr",
+ "description": "Interactive console for Crystal programming language",
+ "url": "https://github.com/crystal-community/icr/archive/v0.6.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/crystal-community/icr",
+ "depends": [
+ {
+ "depend": "crystal",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\""
+ ],
+ "version": "0.6.0",
+ "file": "crystal-icr.rb"
+} \ No newline at end of file
diff --git a/homebrew/crystalicr/.make.sh-auto b/homebrew/crystalicr/.make.sh-auto
new file mode 100644
index 000000000..0cee20c2e
--- /dev/null
+++ b/homebrew/crystalicr/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}
diff --git a/homebrew/crystalicr/_metadata/description b/homebrew/crystalicr/_metadata/description
new file mode 100644
index 000000000..83ae06ee9
--- /dev/null
+++ b/homebrew/crystalicr/_metadata/description
@@ -0,0 +1 @@
+Interactive console for Crystal programming language
diff --git a/homebrew/crystalicr/_metadata/homepage b/homebrew/crystalicr/_metadata/homepage
new file mode 100644
index 000000000..22b43c588
--- /dev/null
+++ b/homebrew/crystalicr/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/crystal-community/icr
diff --git a/homebrew/crystalicr/_metadata/name b/homebrew/crystalicr/_metadata/name
new file mode 100644
index 000000000..6b84c28b1
--- /dev/null
+++ b/homebrew/crystalicr/_metadata/name
@@ -0,0 +1 @@
+CrystalIcr
diff --git a/homebrew/crystalicr/_metadata/version b/homebrew/crystalicr/_metadata/version
new file mode 100644
index 000000000..a918a2aa1
--- /dev/null
+++ b/homebrew/crystalicr/_metadata/version
@@ -0,0 +1 @@
+0.6.0
diff --git a/homebrew/crystalicr/download.sh b/homebrew/crystalicr/download.sh
new file mode 100755
index 000000000..3a38d9bc5
--- /dev/null
+++ b/homebrew/crystalicr/download.sh
@@ -0,0 +1 @@
+wget https://github.com/crystal-community/icr/archive/v0.6.0.tar.gz \ No newline at end of file