diff --git a/internal/rosa/package/popt.az b/internal/rosa/package/popt.az new file mode 100644 index 00000000..964533a8 --- /dev/null +++ b/internal/rosa/package/popt.az @@ -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, + ]; +}