Commit d7003d84 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Add recode package

parent fa3a6f19
require 'package'
class Recode < Package
description 'Charset converter tool and library'
homepage 'https://github.com/pinard/Recode'
version '2d7092'
source_url 'https://github.com/pinard/Recode/archive/2d7092a9999194fc0e9449717a8048c8d8e26c18.tar.gz'
source_sha256 'd7de37aa4793ec00b042a0315f142281a1dc480f6f6d7cb2cd2568e58c4f2e87'
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