Commit 54f11000 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #440 from cstrouse/add-figlet

Add figlet (2.2.5) package
parents 5f13a08a 2a0aac12
require 'package'
class Figlet < Package
version '2.2.5'
source_url 'ftp://ftp.figlet.org/pub/figlet/program/unix/figlet-2.2.5.tar.gz'
source_sha1 'dda696958c161bd71d6590152c94c4f705415727'
def self.build
system "make", "PREFIX=/usr/local"
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