image: openbsd/latest packages: - autoconf-2.72p0 - automake-1.17 - libtool - gettext-tools sources: - https://git.sr.ht/~pmikkelsen/aplwc environment: AUTOCONF_VERSION: 2.72 AUTOMAKE_VERSION: 1.17 tasks: - build: | cd aplwc ./bootstrap.sh ./configure make - test: | cd aplwc make check make distcheck