Commit 4df20313 authored by lovedheart's avatar lovedheart Committed by GitHub

Create itstool.rb

parent 9bcfb39f
require 'package'
class Itstool < Package
description 'Translate XML with PO files using W3C Internationalization Tag Set rules'
homepage 'http://itstool.org/'
version '2.0.4'
source_url 'https://github.com/itstool/itstool/archive/2.0.4.tar.gz'
source_sha256 '3221bba908eb3c19d3b6f8e195ad706afcfef9d2f552d44e45cd77f622fd6dbc'
depends_on 'python27'
def self.install
system "pip install --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR} itstool"
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