forked from rosa/hakurei
internal/rosa/package: sway
Required by vm test suite. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
31
internal/rosa/package/sway.az
Normal file
31
internal/rosa/package/sway.az
Normal 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,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user