mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
28 lines
550 B
YAML
28 lines
550 B
YAML
distributable:
|
|
url: https://github.com/mity/md4c/archive/release-{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: mity/md4c/tags
|
|
strip: /^release-/
|
|
|
|
build:
|
|
dependencies:
|
|
cmake.org: '*'
|
|
|
|
script:
|
|
- cmake -S . -B build $ARGS
|
|
- cmake --build build
|
|
- cmake --install build
|
|
env:
|
|
ARGS:
|
|
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
|
- -DCMAKE_BUILD_TYPE=Release
|
|
- -DCMAKE_VERBOSE_MAKEFILE=ON
|
|
- -Wno-dev
|
|
- -DBUILD_TESTING=OFF
|
|
|
|
provides:
|
|
- bin/md2html
|
|
|
|
test: md2html --version | grep {{version}} |