vimpager 2.01
Closes Homebrew/homebrew#39190. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6eee321eee
commit
274bac6c64
1 changed files with 2 additions and 4 deletions
|
@ -2,13 +2,11 @@ require "formula"
|
|||
|
||||
class Vimpager < Formula
|
||||
homepage "https://github.com/rkitover/vimpager"
|
||||
url "https://github.com/rkitover/vimpager/archive/1.8.9.tar.gz"
|
||||
sha1 "332a84fec5bd2a4c2dae518d52b310dcaa49f417"
|
||||
url "https://github.com/rkitover/vimpager/archive/2.01.tar.gz"
|
||||
sha256 "a890bd825025c3ffcf1aaa634ad523516a6a65dd4c327c925cd79c6329f2ece0"
|
||||
head "https://github.com/rkitover/vimpager.git"
|
||||
|
||||
def install
|
||||
inreplace "vimpager.1", "~/bin/", ""
|
||||
|
||||
bin.install "vimcat"
|
||||
bin.install "vimpager"
|
||||
man1.install gzip("vimpager.1")
|
||||
|
|
Loading…
Reference in a new issue