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