|
|
|
|
|
by yencabulator
664 days ago
|
|
I find it very hard to get excited about this shell-scripts-in-YAML-with-macros language: https://github.com/serpent-os/recipes/blob/b269cef9b42645b89... setup : |
%patch %(pkgdir)/enhance-config.patch
%patch %(pkgdir)/0001-Make-sway-stateless.patch
%meson -Ddefault_sysconfdir=%(vendordir)%(sysconfdir)
build : |
%meson_build
install : |
%meson_install
|
|