Files
hakurei/internal/rosa/package/lvm2/package.az
T
cat 82bf46d23f
Test / Hakurei (push) Successful in 5m32s
Test / Sandbox (push) Successful in 3m6s
Test / Create distribution (push) Successful in 1m42s
Test / ShareFS (push) Successful in 31s
Test / Sandbox (race detector) (push) Successful in 39s
Test / Hakurei (race detector) (push) Successful in 43s
Test / Flake checks (push) Successful in 1m12s
internal/rosa/package: replace pkg-config
This replaces pkg-config with pkgconf for most packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-11 21:27:09 +09:00

29 lines
572 B
Go

package lvm2 {
description = "userspace toolset that provide logical volume management facilities";
website = "https://sourceware.org/lvm2";
anitya = 5354;
version# = "2.03.42";
source = remoteTar {
url = "https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2."+version+".tgz";
compress = gzip;
checksum = "qzqVAeW9ttt_H5W0Wfg8twvZjFZH7x_RIzSjqYSooMsRpiXQ7yNdOL1MXY5Zntvi";
};
patches = [
"fix-stdio-usage.patch",
"remove-man.patch",
];
exec = make {
// requires root
check = nil;
};
inputs = [
pkgconf,
libaio,
kernel-headers,
];
}