IPCalc
This commit is contained in:
parent
7ae2316e3c
commit
2500e5491a
1 changed files with 13 additions and 0 deletions
13
Formula/ipcalc.rb
Normal file
13
Formula/ipcalc.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue