aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/keychain.rb
blob: 4deb60aa52dd43a270ccaf666f5dfd023b9f77d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Keychain < Formula
  homepage 'http://www.funtoo.org/wiki/Keychain'
  url 'http://ftp.heanet.ie/mirrors/funtoo/distfiles/keychain/keychain-2.7.1.tar.bz2'
  mirror 'http://www.funtoo.org/archive/keychain/keychain-2.7.1.tar.bz2'
  sha1 'e7ad7da374ba81e57792bb2695eb6c352f769de7'

  def install
    bin.install "keychain"
    man1.install "keychain.1"
  end
end