parent
4a0261b945
commit
2fa087b8db
1 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Nnn < Formula
|
||||
desc "Free, fast, friendly file browser"
|
||||
homepage "https://github.com/jarun/nnn"
|
||||
url "https://github.com/jarun/nnn/archive/v1.6.tar.gz"
|
||||
sha256 "e8b10a3b9847ba7ad3317f608691aaebcdaf2b67219d732f7a5d468221d3e83e"
|
||||
url "https://github.com/jarun/nnn/archive/v1.7.tar.gz"
|
||||
sha256 "fbe26efbed8b467352f313b92f8617d873c8cf0209fb6377572cf8d1ddc2747c"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -13,6 +13,12 @@ class Nnn < Formula
|
|||
|
||||
depends_on "readline"
|
||||
|
||||
# Upstream PR from 27 Feb 2018 "Makefile: don't use non-portable -t option"
|
||||
patch do
|
||||
url "https://github.com/jarun/nnn/pull/83.patch?full_index=1"
|
||||
sha256 "e3196f69407a81b19cd42c9fafb6b420d99ebeed592dd0948efbb9665a6c4a9f"
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue