internal/rosa/package: sway
All checks were successful
Test / Create distribution (push) Successful in 1m11s
Test / Sandbox (push) Successful in 3m7s
Test / Hakurei (push) Successful in 4m32s
Test / ShareFS (push) Successful in 4m32s
Test / Sandbox (race detector) (push) Successful in 6m6s
Test / Hakurei (race detector) (push) Successful in 7m4s
Test / Flake checks (push) Successful in 1m24s

Required by vm test suite.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-27 17:08:01 +09:00
parent 02c3823ed7
commit 12a6061051

View File

@@ -0,0 +1,31 @@
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";
};
exec = meson {};
inputs = [
json-c,
pcre2,
pango,
libinput,
wlroots,
kernel-headers,
];
runtime = [
json-c,
pcre2,
pango,
libinput,
wlroots,
];
}