New comment by not-chicken on void-packages repository https://github.com/void-linux/void-packages/pull/27787#issuecomment-762679798 Comment: Tested to build locally for `armv6l`, with following deps: For `mono-addins`: ``` hostmakedepends="mono automake autoconf pkg-config gtk-sharp2" makedepends="gtk-sharp2" depends="mono gtk-sharp2" ``` For `pinta`: ``` hostmakedepends="automake autoconf pkg-config mono-addins intltool" makedepends="mono-devel gtk-sharp2" depends="mono-addins" ```