diff options
Diffstat (limited to 'internal/rosa/package/procps.az')
| -rw-r--r-- | internal/rosa/package/procps.az | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/internal/rosa/package/procps.az b/internal/rosa/package/procps.az new file mode 100644 index 00000000..3c351a87 --- /dev/null +++ b/internal/rosa/package/procps.az @@ -0,0 +1,29 @@ +package procps { + description = "command line and full screen utilities for browsing procfs"; + website = "https://gitlab.com/procps-ng/procps"; + anitya = 3708; + + version* = "4.0.6"; + source = remoteGitLab { + domain = "gitlab.com"; + suffix = "procps-ng/procps"; + ref = "v"+version; + checksum = "pl_fZLvDlv6iZTkm8l_tHFpzTDVFGCiSJEs3eu0zAX6u36AV36P_En8K7JPScRWM"; + }; + + exec = make { + generate = "./autogen.sh"; + configure = { + "without-ncurses"; + }; + }; + + inputs = [ + automake, + gettext, + libtool, + + gzip, + pkg-config, + ]; +} |
