chrome-export: install man pages (#41080)

This commit is contained in:
Benjamin Esham 2019-06-18 11:56:18 -07:00 committed by FX Coudert
parent e812ae7947
commit 75dafe701c

View file

@ -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