forked from rosa/hakurei
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
20 lines
425 B
Go
20 lines
425 B
Go
package pixman {
|
|
description = "a low-level software library for pixel manipulation";
|
|
website = "https://pixman.org";
|
|
anitya = 3648;
|
|
|
|
version# = "0.46.4";
|
|
source = remoteGitLab {
|
|
domain = "gitlab.freedesktop.org";
|
|
suffix = "pixman/pixman";
|
|
ref = "pixman-"+version;
|
|
checksum = "iECDxLG9SxUrvGHqeDoaBa-b3uqdT5DC4zudjtrwb8Wodq82pyacmFNEAo4SDsiE";
|
|
};
|
|
|
|
exec = meson {
|
|
setup = {
|
|
"Dtests": "enabled";
|
|
};
|
|
};
|
|
}
|