Commit 0430603b authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #584 from flyingP0tat0/clamav

Add ClamAV
parents d8f03262 013e2e24
require 'package'
class Clamav < Package
version '0.99.2'
source_url 'https://www.clamav.net/downloads/production/clamav-0.99.2.tar.gz'
source_sha1 'c1a47411834d8527f7b40727aebee63f01d488af'
def self.build
system "./configure"
system "make"
end
def self.install
system "make", "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