image: alpine/edge packages: - autoconf - automake - libtool - gettext sources: - https://git.sr.ht/~pmikkelsen/aplwc tasks: - build: | cd aplwc ./bootstrap.sh ./configure make - test: | cd aplwc make check make distcheck