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,22 +1,24 @@
package libmd {
description = "Message Digest functions from BSD systems";
website = "https://www.hadrons.org/software/libmd";
anitya = 15525;
//az:schema mbf
version* = "1.2.0";
package libmd {
description = "Message Digest functions from BSD systems"
website = "https://www.hadrons.org/software/libmd"
anitya = 15525
version := "1.2.0"
source = remoteGit {
url = "https://git.hadrons.org/git/libmd.git";
tag = version;
checksum = "1rJ6joAO0wwMZvSfnRNkc1MOhywyAq7SM8VmF92NvDtv7Qdl1LRbjm5fg_DFFtGj";
};
url = "https://git.hadrons.org/git/libmd.git"
tag = version
checksum = "1rJ6joAO0wwMZvSfnRNkc1MOhywyAq7SM8VmF92NvDtv7Qdl1LRbjm5fg_DFFtGj"
}
exec = make {
generate = "echo '" + version + "' > .dist-version && ./autogen";
preMake = "\ninstall -D /usr/src/libmd/src/helper.c src/helper.c\n";
};
generate = "echo '${version}' > .dist-version && ./autogen"
preMake = "install -D /usr/src/libmd/src/helper.c src/helper.c"
}
inputs = [
automake,
libtool,
];
automake
libtool
]
}