pantry/projects/html-tidy.org/package.yml
Andrew 3e904a73f9
html-tidy.org (#1731)
* new file:   projects/html-tidy.org/package.yml

* simplify

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-04-28 17:49:14 -04:00

22 lines
445 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:
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}}