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
|
||||
homepage 'https://github.com/rkitover/vimpager'
|
||||
url 'https://github.com/rkitover/vimpager/archive/1.8.8.tar.gz'
|
||||
sha1 '69f32e77a64dcd8abea873a7eb05d80b9b6f76b2'
|
||||
head 'https://github.com/rkitover/vimpager.git'
|
||||
homepage "https://github.com/rkitover/vimpager"
|
||||
url "https://github.com/rkitover/vimpager/archive/1.8.9.tar.gz"
|
||||
sha1 "332a84fec5bd2a4c2dae518d52b310dcaa49f417"
|
||||
head "https://github.com/rkitover/vimpager.git"
|
||||
|
||||
def install
|
||||
inreplace 'vimpager.1', '~/bin/', ''
|
||||
inreplace "vimpager.1", "~/bin/", ""
|
||||
|
||||
bin.install 'vimcat'
|
||||
bin.install 'vimpager'
|
||||
man1.install gzip('vimpager.1')
|
||||
bin.install "vimcat"
|
||||
bin.install "vimpager"
|
||||
man1.install gzip("vimpager.1")
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue