Files
hakurei/internal/rosa/package/libmd.az
Ophestra a3867ad65f internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-24 16:20:26 +09:00

23 lines
542 B
Go

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";
};
exec = make {
generate = "echo '" + version + "' > .dist-version && ./autogen";
preMake = "\ninstall -D /usr/src/libmd/src/helper.c src/helper.c\n";
};
inputs = [
automake,
libtool,
];
}