pantry/projects/github.com/cesnet/libyang/package.yml
tannevaled 4929b10b31
+github.com/cesnet/libyang (#5483)
* +github.com/cesnet/libyang

* remove redundant deps; simplify scripts

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2024-03-08 10:22:58 -05:00

37 lines
665 B
YAML

distributable:
url: https://github.com/CESNET/libyang/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
display-name: libyang
versions:
github: CESNET/libyang
strip: /^v/
dependencies:
pcre.org/v2: '*'
build:
dependencies:
graphviz.org: '*'
freedesktop.org/pkg-config: '*'
doxygen.nl: '*'
gnu.org/gcc: '*'
cmake.org: ^3
working-directory: build
script:
- cmake ${ARGS} ..
- make
- make install
env:
CC: gcc
ARGS:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_PREFIX={{prefix}}
provides:
- bin/yanglint
- bin/yangre
test: test "$(yangre --version|cut -d' ' -f2)" = {{version}}