Merge pull request #6393 from vitorgalvao/fix-6388

manopen 2.6: New formula
This commit is contained in:
Vítor Galvão 2014-09-30 01:59:44 +01:00
commit f65f5dc78e
1 changed files with 11 additions and 0 deletions

11
Casks/manopen.rb Normal file
View File

@ -0,0 +1,11 @@
class Manopen < Cask
version '2.6'
sha256 '7b383ca493b0b360bb58e65f7e7ce0a92383ff38c5221cc410eaf03f1117a958'
url "http://www.clindberg.org/projects/ManOpen-#{version}.dmg"
homepage 'http://www.clindberg.org/projects/ManOpen.html'
app 'ManOpen.app'
binary 'openman'
artifact 'openman.1', :target => '/usr/local/share/man/man1/openman.1'
end