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

Add xmlto package

parent 8b285ec7
require 'package'
class Xmlto < Package
description 'A tool for converting XML files to various formats.'
homepage 'https://pagure.io/xmlto'
version '0.0.28'
source_url 'https://releases.pagure.org/xmlto/xmlto-0.0.28.tar.bz2'
source_sha256 '1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276'
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