internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,29 +1,31 @@
package procps {
description = "command line and full screen utilities for browsing procfs";
website = "https://gitlab.com/procps-ng/procps";
anitya = 3708;
//az:schema mbf
version* = "4.0.6";
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";
};
domain = "gitlab.com"
suffix = "procps-ng/procps"
ref = "v"+version
checksum = "pl_fZLvDlv6iZTkm8l_tHFpzTDVFGCiSJEs3eu0zAX6u36AV36P_En8K7JPScRWM"
}
exec = make {
generate = "./autogen.sh";
configure = {
"without-ncurses";
};
};
generate = "./autogen.sh"
configure = [
"without-ncurses"
]
}
inputs = [
automake,
gettext,
libtool,
automake
gettext
libtool
gzip,
pkg-config,
];
gzip
pkg-config
]
}