Files
hakurei/internal/rosa/package/firmware.az
T
2026-08-11 14:38:36 +09:00

48 lines
893 B
Go

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# = "20260810";
source = remoteGitLab {
domain = "gitlab.com";
suffix = "kernel-firmware/linux-firmware";
ref = version;
checksum = "XNUhz9QstaDKNegM3Bl0-TtZzpsvX7-E8WMnDCO7KBhBC6t_TxsdG05-ETdXynry";
};
// dedup creates temporary file
writable = true;
// does not use configure
enterSource = true;
env = [
"HOME=/proc/nonexistent",
];
exec = make {
defaults = false;
chdir = false;
configure = nil;
make = [
"DESTDIR=/work/system",
"install-zst",
];
// requires pre-commit
check = nil;
install = "make " + jobsFlagE + " " + loadFlagE + " DESTDIR=/work/system dedup";
};
inputs = [
parallel,
rdfind,
zstd,
findutils,
coreutils,
];
}