summaryrefslogtreecommitdiff
path: root/homebrew/chrubyfish
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/chrubyfish')
-rw-r--r--homebrew/chrubyfish/.beer25
-rw-r--r--homebrew/chrubyfish/.make.sh-auto2
-rw-r--r--homebrew/chrubyfish/_metadata/description1
-rw-r--r--homebrew/chrubyfish/_metadata/homepage1
-rw-r--r--homebrew/chrubyfish/_metadata/name1
-rw-r--r--homebrew/chrubyfish/_metadata/version1
-rwxr-xr-xhomebrew/chrubyfish/download.sh1
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/chrubyfish/.beer b/homebrew/chrubyfish/.beer
new file mode 100644
index 000000000..7b5b7274c
--- /dev/null
+++ b/homebrew/chrubyfish/.beer
@@ -0,0 +1,25 @@
+{
+ "name": "ChrubyFish",
+ "description": "Thin wrapper around chruby to make it work with the Fish shell",
+ "url": "https://github.com/JeanMertz/chruby-fish/archive/v0.8.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/JeanMertz/chruby-fish#readme",
+ "depends": [
+ {
+ "depend": "chruby",
+ "build-depend": false
+ },
+ {
+ "depend": "fish",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\""
+ ],
+ "version": "0.8.2",
+ "file": "chruby-fish.rb"
+} \ No newline at end of file
diff --git a/homebrew/chrubyfish/.make.sh-auto b/homebrew/chrubyfish/.make.sh-auto
new file mode 100644
index 000000000..0cee20c2e
--- /dev/null
+++ b/homebrew/chrubyfish/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}
diff --git a/homebrew/chrubyfish/_metadata/description b/homebrew/chrubyfish/_metadata/description
new file mode 100644
index 000000000..dd91e2641
--- /dev/null
+++ b/homebrew/chrubyfish/_metadata/description
@@ -0,0 +1 @@
+Thin wrapper around chruby to make it work with the Fish shell
diff --git a/homebrew/chrubyfish/_metadata/homepage b/homebrew/chrubyfish/_metadata/homepage
new file mode 100644
index 000000000..08101b634
--- /dev/null
+++ b/homebrew/chrubyfish/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/JeanMertz/chruby-fish#readme
diff --git a/homebrew/chrubyfish/_metadata/name b/homebrew/chrubyfish/_metadata/name
new file mode 100644
index 000000000..181645535
--- /dev/null
+++ b/homebrew/chrubyfish/_metadata/name
@@ -0,0 +1 @@
+ChrubyFish
diff --git a/homebrew/chrubyfish/_metadata/version b/homebrew/chrubyfish/_metadata/version
new file mode 100644
index 000000000..100435be1
--- /dev/null
+++ b/homebrew/chrubyfish/_metadata/version
@@ -0,0 +1 @@
+0.8.2
diff --git a/homebrew/chrubyfish/download.sh b/homebrew/chrubyfish/download.sh
new file mode 100755
index 000000000..ab1207db3
--- /dev/null
+++ b/homebrew/chrubyfish/download.sh
@@ -0,0 +1 @@
+wget https://github.com/JeanMertz/chruby-fish/archive/v0.8.2.tar.gz \ No newline at end of file