1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
image: netbsd/latest sources: - https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git packages: - gmake tasks: - setup: | sudo patch -p1 -d /usr/include < cproc/.builds/netbsd.diff - build: | PATH=$HOME/qbe/obj:$PATH gmake -C qbe cd cproc ./configure make all check bootstrap