mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
20 lines
397 B
YAML
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}}
|