chrome-export: install man pages (#41080)
This commit is contained in:
parent
e812ae7947
commit
75dafe701c
1 changed files with 3 additions and 0 deletions
|
@ -3,12 +3,15 @@ class ChromeExport < Formula
|
|||
homepage "https://github.com/bdesham/chrome-export"
|
||||
url "https://github.com/bdesham/chrome-export/archive/v2.0.2.tar.gz"
|
||||
sha256 "41b667b407bc745a57105cc7969ec80cd5e50d67e1cce73cf995c2689d306e97"
|
||||
revision 1
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
bin.install "export-chrome-bookmarks"
|
||||
bin.install "export-chrome-history"
|
||||
man1.install "man_pages/export-chrome-bookmarks.1"
|
||||
man1.install "man_pages/export-chrome-history.1"
|
||||
pkgshare.install "test"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue