forked from rosa/hakurei
internal/rosa/package: migrate many libraries
This also adds more string helpers. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
21
internal/rosa/package/libdisplay-info.az
Normal file
21
internal/rosa/package/libdisplay-info.az
Normal file
@@ -0,0 +1,21 @@
|
||||
package libdisplay-info {
|
||||
description = "EDID and DisplayID library";
|
||||
website = "https://gitlab.freedesktop.org/emersion/libdisplay-info";
|
||||
anitya = 326668;
|
||||
|
||||
version* = "0.3.0";
|
||||
source = remoteGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
suffix = "emersion/libdisplay-info";
|
||||
ref = version;
|
||||
checksum = "yjOqPUHHYgRtpqGw5RI1n2Q1_hO5j0LiFNMbjcRWV4Nf71XwwoC9fZMlKBDeLchT";
|
||||
};
|
||||
|
||||
exec = meson {};
|
||||
|
||||
inputs = [
|
||||
diffutils,
|
||||
|
||||
hwdata,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user