2023-07-05 22:13:31 +03:00
|
|
|
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: '*'
|
2023-10-03 18:23:56 +03:00
|
|
|
python.org: ~3.11
|
2023-07-05 22:13:31 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
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
|
|
|
|
|
2023-10-02 03:41:57 +03:00
|
|
|
test: itstool --version | grep {{version}}
|