kbsecret / homebrew-kbsecret

A Homebrew formula for KBSecret.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing manpages

woodruffw opened this issue · comments

The formula should install manpages via man1.install and man5.install.

The problem is that KBSecret requires ronn to generate the manpages, and installing ronn just as a build dependency is a bit ugly.

Possible routes:

  1. Figure out a nice way to install ronn as a build-only dependency, from RubyGems.
  2. Come up with a release system for KBSecret that allows us to automate an asset upload to GitHub for each release (including generated manpages). That asset would then become the url in the formula.

For 2, the relevant GitHub API is here: https://developer.github.com/v3/repos/releases/#upload-a-release-asset