forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -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
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user