summaryrefslogtreecommitdiff
path: root/homebrew/chrubyfish
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/chrubyfish
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
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