package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
636 B

package("itstool")
set_kind("binary")
set_homepage("http://itstool.org/")
set_description("ITS Tool allows you to translate your XML documents with PO files")
set_license("GPL-3.0")
add_urls("http://files.itstool.org/itstool/itstool-$(version).tar.bz2")
add_versions("2.0.7", "6b9a7cd29a12bb95598f5750e8763cee78836a1a207f85b74d8b3275b27e87ca")
add_deps("libxml2", {configs = {iconv = true, python = true}})
on_install("macosx", "linux", function (package)
import("package.tools.autoconf").install(package)
end)
on_test(function (package)
os.vrun("itstool --version")
end)