pantry/projects/html-tidy.org/package.yml

22 lines
445 B
YAML
Raw Normal View History

distributable:
url: https://github.com/htacg/tidy-html5/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
github: htacg/tidy-html5
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
cmake.org: '*'
working-directory: build/cmake
script: |
cmake --install-prefix={{prefix}} ../..
make --jobs {{ hw.concurrency }} install
provides:
- bin/tidy
test: tidy --version | grep {{version}}