pantry/projects/itstool.org/package.yml
Andrew 72a4db1dd2
itstool.org (#2372)
* itstool.org

* + env ITSTOOL_SHARE

* maybe

* without PYTHON=
2023-07-05 15:13:31 -04:00

33 lines
657 B
YAML

distributable:
url: http://files.itstool.org/itstool/itstool-{{version}}.tar.bz2
strip-components: 1
versions:
url: https://itstool.org/download.html
match: /itstool-\d+\.\d+\.\d+\.tar\.bz2/
strip:
- /^itstool-/
- /\.tar\.bz2$/
dependencies:
gnome.org/libxml2: '*'
python.org: =3.11
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
- sed -i'' -e 's|#!/.* -s|#!/usr/bin/env python|g' {{prefix}}/bin/itstool
env:
ARGS:
- --prefix="{{prefix}}"
provides:
- bin/itstool
test: itstool --version | grep {{version}}