blob: 16e34aed471aa356224b4b50a966aaa638d47fbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
package libliftoff {
description = "lightweight KMS plane library";
website = "https://gitlab.freedesktop.org/emersion/libliftoff";
anitya = 236274;
version# = "0.5.0";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "emersion/libliftoff";
ref = "v"+version;
checksum = "anxKfrW56iK7l6-bm6RGcaC_uk-Kc8x3_VqKaywmSjv5HLCs6A2sHyjGUbOC9xZv";
};
exec = meson {};
inputs = [
libdrm,
kernel-headers,
];
}
|