

maybe, he mentioned stacked mode on a tiling compositor, which is valid, but that’s not a thing on stacking compositors… BTW, the stack mode on sway doesn’t mean it turns into a stacking compositor, rather it means tabbed mode with the tabs stacked vertically. But the OP knows better.
The AUR PKGBUILD shows a pretty simple recipe:
build() { arch-meson "${pkgname}-${pkgver//+/-}" build meson compile -C build } package() { meson install -C build --destdir "${pkgdir}" # permission fix chmod 755 "${pkgdir}/usr/bin/ascii-draw" }
I’ve been seeing arch-meson often used, but haven’t explored what it does. Some day…
Though it’s way more fun to use text specification, like the one referenced by @[email protected]