Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
darkstat 3.0.715
Browse files Browse the repository at this point in the history
Closes #13557.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
dacresni authored and adamv committed Sep 4, 2012
1 parent 607333a commit bb9c34a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/darkstat.rb
@@ -0,0 +1,17 @@
require 'formula'


class Darkstat < Formula
homepage 'http://unix4lyfe.org/darkstat/'
url 'http://unix4lyfe.org/darkstat/darkstat-3.0.715.tar.bz2'
sha1 'e635f7ae0c6dfe3a7d1fac3855ca733187163973'

def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make install"
end

def test
system "#{sbin}/darkstat --version"
end
end

0 comments on commit bb9c34a

Please sign in to comment.