forked from rosa/hakurei
Somewhat widely-used library. Required by cryptsetup. Signed-off-by: Ophestra <cat@gensokyo.uk>
24 lines
453 B
Go
24 lines
453 B
Go
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,
|
|
];
|
|
}
|