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