vimpager 1.8.9
This commit is contained in:
parent
7004096e3b
commit
c559d85070
1 changed files with 9 additions and 9 deletions
|
@ -1,17 +1,17 @@
|
||||||
require 'formula'
|
require "formula"
|
||||||
|
|
||||||
class Vimpager < Formula
|
class Vimpager < Formula
|
||||||
homepage 'https://github.com/rkitover/vimpager'
|
homepage "https://github.com/rkitover/vimpager"
|
||||||
url 'https://github.com/rkitover/vimpager/archive/1.8.8.tar.gz'
|
url "https://github.com/rkitover/vimpager/archive/1.8.9.tar.gz"
|
||||||
sha1 '69f32e77a64dcd8abea873a7eb05d80b9b6f76b2'
|
sha1 "332a84fec5bd2a4c2dae518d52b310dcaa49f417"
|
||||||
head 'https://github.com/rkitover/vimpager.git'
|
head "https://github.com/rkitover/vimpager.git"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
inreplace 'vimpager.1', '~/bin/', ''
|
inreplace "vimpager.1", "~/bin/", ""
|
||||||
|
|
||||||
bin.install 'vimcat'
|
bin.install "vimcat"
|
||||||
bin.install 'vimpager'
|
bin.install "vimpager"
|
||||||
man1.install gzip('vimpager.1')
|
man1.install gzip("vimpager.1")
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<-EOS.undent
|
def caveats; <<-EOS.undent
|
||||||
|
|
Loading…
Reference in a new issue