image: openbsd/7.0 packages: - meson - pkgconf - lzo2 - lz4 - miniupnpc - readline - texinfo - cmocka sources: - https://github.com/gsliepen/tinc tasks: - configure: | cd tinc meson setup build -Dminiupnpc=auto - build: | cd tinc ninja -C build - test: | cd tinc meson test -C build --verbose