forked from rosa/hakurei
internal/rosa/package: migrate multiple packages
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
29
internal/rosa/package/procps.az
Normal file
29
internal/rosa/package/procps.az
Normal file
@@ -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,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user