diff options
| author | Russ | 2009-10-30 10:44:07 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-07 18:22:34 +0000 |
| commit | 834065cf46983b400953fafa70a5551eff7a1fcd (patch) | |
| tree | ae20ddf0870bd35c7126ce027cc12fccf7a0d9df /Library/Formula/ipcalc.rb | |
| parent | b0b258466d9b89a7e17b1b2c144fb38603b260de (diff) | |
| download | homebrew-834065cf46983b400953fafa70a5551eff7a1fcd.tar.bz2 | |
IPCalc
Diffstat (limited to 'Library/Formula/ipcalc.rb')
| -rw-r--r-- | Library/Formula/ipcalc.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/ipcalc.rb b/Library/Formula/ipcalc.rb new file mode 100644 index 000000000..50028c226 --- /dev/null +++ b/Library/Formula/ipcalc.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Ipcalc <Formula + url 'http://jodies.de/ipcalc-archive/ipcalc-0.41.tar.gz' + homepage '' + md5 'fb791e9a5220fc8e624d915e18fc4697' + + + def install + system "/usr/bin/install -d #{prefix}/bin" + system "/usr/bin/install ./ipcalc #{prefix}/bin/" + end +end |
