summaryrefslogtreecommitdiff
path: root/homebrew/fuzzyfind
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fuzzyfind')
-rw-r--r--homebrew/fuzzyfind/.beer19
-rw-r--r--homebrew/fuzzyfind/.make.sh-auto5
-rw-r--r--homebrew/fuzzyfind/_metadata/description1
-rw-r--r--homebrew/fuzzyfind/_metadata/homepage1
-rw-r--r--homebrew/fuzzyfind/_metadata/name1
-rw-r--r--homebrew/fuzzyfind/_metadata/version1
-rwxr-xr-xhomebrew/fuzzyfind/download.sh1
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/fuzzyfind/.beer b/homebrew/fuzzyfind/.beer
new file mode 100644
index 000000000..cfd769989
--- /dev/null
+++ b/homebrew/fuzzyfind/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "FuzzyFind",
+ "description": "Fuzzy filename finder matching across directories as well as files",
+ "url": "https://github.com/silentbicycle/ff/archive/v0.6-flag-features.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/silentbicycle/ff",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\"",
+ "bin.install \"ff\"",
+ "man1.install \"ff.1\"",
+ "elisp.install \"fuzzy-find.el\""
+ ],
+ "version": "0.6",
+ "file": "fuzzy-find.rb"
+} \ No newline at end of file
diff --git a/homebrew/fuzzyfind/.make.sh-auto b/homebrew/fuzzyfind/.make.sh-auto
new file mode 100644
index 000000000..da6b14a70
--- /dev/null
+++ b/homebrew/fuzzyfind/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+make
+bin.install "ff"
+man1.install "ff.1"
+elisp.install "fuzzy-find.el"
diff --git a/homebrew/fuzzyfind/_metadata/description b/homebrew/fuzzyfind/_metadata/description
new file mode 100644
index 000000000..86915c0ef
--- /dev/null
+++ b/homebrew/fuzzyfind/_metadata/description
@@ -0,0 +1 @@
+Fuzzy filename finder matching across directories as well as files
diff --git a/homebrew/fuzzyfind/_metadata/homepage b/homebrew/fuzzyfind/_metadata/homepage
new file mode 100644
index 000000000..0e61d0c69
--- /dev/null
+++ b/homebrew/fuzzyfind/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/silentbicycle/ff
diff --git a/homebrew/fuzzyfind/_metadata/name b/homebrew/fuzzyfind/_metadata/name
new file mode 100644
index 000000000..ab9f967f0
--- /dev/null
+++ b/homebrew/fuzzyfind/_metadata/name
@@ -0,0 +1 @@
+FuzzyFind
diff --git a/homebrew/fuzzyfind/_metadata/version b/homebrew/fuzzyfind/_metadata/version
new file mode 100644
index 000000000..5a2a5806d
--- /dev/null
+++ b/homebrew/fuzzyfind/_metadata/version
@@ -0,0 +1 @@
+0.6
diff --git a/homebrew/fuzzyfind/download.sh b/homebrew/fuzzyfind/download.sh
new file mode 100755
index 000000000..e70209f74
--- /dev/null
+++ b/homebrew/fuzzyfind/download.sh
@@ -0,0 +1 @@
+wget https://github.com/silentbicycle/ff/archive/v0.6-flag-features.tar.gz \ No newline at end of file