internal/rosa/package: popt
Test / Create distribution (push) Successful in 59s
Test / Sandbox (push) Successful in 3m2s
Test / Hakurei (push) Successful in 5m3s
Test / Sandbox (race detector) (push) Successful in 6m23s
Test / Hakurei (race detector) (push) Successful in 7m48s
Test / ShareFS (push) Successful in 8m5s
Test / Flake checks (push) Successful in 1m15s

Somewhat widely-used library. Required by cryptsetup.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-06 15:12:37 +09:00
parent d9bddff160
commit c7de3d45e3
+23
View File
@@ -0,0 +1,23 @@
package popt {
description = "C library for parsing command line parameters";
website = "http://ftp.rpm.org/popt";
anitya = 3689;
version# = "1.19";
source = remoteGitHub {
suffix = "rpm-software-management/popt";
tag = "popt-"+version+"-release";
checksum = "e8I888AbtBCLt0vR6Iym2r5Va1WVTPMwgRu4HCcANHYwG8adT0y0sxdCxIWRB5VE";
};
exec = make {
generate = "./autogen.sh";
};
inputs = [
gzip,
automake,
libtool,
gettext,
];
}