fuzzy-find: fix desc length, install emacs wrapper
Closes Homebrew/homebrew#43625.
This commit is contained in:
parent
b7cfd3be21
commit
df7fd1a509
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
class FuzzyFind < Formula
|
class FuzzyFind < Formula
|
||||||
desc "Fuzzy filename finder that matches across directories as well as files"
|
desc "Fuzzy filename finder matching across directories as well as files"
|
||||||
homepage "https://github.com/silentbicycle/ff"
|
homepage "https://github.com/silentbicycle/ff"
|
||||||
url "https://github.com/silentbicycle/ff/archive/v0.6-flag-features.tar.gz"
|
url "https://github.com/silentbicycle/ff/archive/v0.6-flag-features.tar.gz"
|
||||||
version "0.6.0"
|
version "0.6.0"
|
||||||
|
@ -11,6 +11,7 @@ class FuzzyFind < Formula
|
||||||
system "make"
|
system "make"
|
||||||
bin.install "ff"
|
bin.install "ff"
|
||||||
man1.install "ff.1"
|
man1.install "ff.1"
|
||||||
|
(share/"emacs/site-lisp/fuzzy-find").install "fuzzy-find.el"
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in a new issue