pantry/projects/html-tidy.org/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

20 lines
397 B
YAML

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