internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,47 +1,49 @@
package firmware {
description = "firmware blobs for use with the Linux kernel";
website = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
anitya = 141464;
//az:schema mbf
version* = "20260519";
package firmware {
description = "firmware blobs for use with the Linux kernel"
website = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
anitya = 141464
version := "20260519"
source = remoteGitLab {
domain = "gitlab.com";
suffix = "kernel-firmware/linux-firmware";
ref = version;
checksum = "l-wBRTWclYnJsgV4qtUV1-UL5Y4nknAPre8CMe0dH7PxtAqbaeudEIM_Fnuj0TCV";
};
domain = "gitlab.com"
suffix = "kernel-firmware/linux-firmware"
ref = version
checksum = "l-wBRTWclYnJsgV4qtUV1-UL5Y4nknAPre8CMe0dH7PxtAqbaeudEIM_Fnuj0TCV"
}
// dedup creates temporary file
writable = true;
writable
// does not use configure
enterSource = true;
enterSource
env = [
"HOME=/proc/nonexistent",
];
"HOME=/proc/nonexistent"
]
exec = make {
omitDefaults = true;
skipConfigure = true;
inPlace = true;
omitDefaults
skipConfigure
inPlace
make = [
"DESTDIR=/work/system",
"install-zst",
];
"DESTDIR=/work/system"
"install-zst"
]
// requires pre-commit
skipCheck = true;
skipCheck
install = "make " + jobsFlagE + " DESTDIR=/work/system dedup";
};
install = "make ${jobFlagsE} DESTDIR=/work/system dedup"
}
inputs = [
parallel,
rdfind,
zstd,
findutils,
coreutils,
];
parallel
rdfind
zstd
findutils
coreutils
]
}