diff options
Diffstat (limited to 'internal/rosa/package/sway/package.az')
| -rw-r--r-- | internal/rosa/package/sway/package.az | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/internal/rosa/package/sway/package.az b/internal/rosa/package/sway/package.az new file mode 100644 index 00000000..6ff1b365 --- /dev/null +++ b/internal/rosa/package/sway/package.az @@ -0,0 +1,32 @@ +package sway { + description = "i3-compatible Wayland compositor"; + website = "https://swaywm.org"; + anitya = 11497; + + version# = "1.12"; + source = remoteGitHub { + suffix = "swaywm/sway"; + tag = version; + checksum = "g3WLHgFJBsl8u1sSmkjDIJY9KlIWe-e2JXthxMcLM9z0kYmWPJCAzJ_mb20ODMaD"; + }; + patches = [ "remove-unused.patch" ]; + + exec = meson {}; + + inputs = [ + json-c, + pcre2, + pango, + libinput, + wlroots, + kernel-headers, + ]; + + runtime = [ + json-c, + pcre2, + pango, + libinput, + wlroots, + ]; +} |
