Commit 0a648ea8 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #442 from cstrouse/add-dstat

Add dstat (0.7.3) package
parents 064cc83f 328e9d90
require 'package'
class Dstat < Package
version '0.7.3'
source_url 'https://github.com/dagwieers/dstat/archive/0.7.3.tar.gz'
source_sha1 '1e410412a1f53b7be5292354e815785f480fd0e5'
depends_on "python27"
def self.build
end
def self.install
system "make", "prefix=/usr/local", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment