Files
hakurei/internal/rosa/package/libconfig/package.az
Ophestra ef414ab01a internal/rosa/package: migrate many libraries
This also adds more string helpers.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-20 03:33:15 +09:00

16 lines
424 B
Go

package libconfig {
description = "a simple library for processing structured configuration files";
website = "https://hyperrealm.github.io/libconfig";
anitya = 1580;
version* = "1.8.2";
source = remoteGitHub {
suffix = "hyperrealm/libconfig";
tag = "v"+version;
checksum = "fD32hjeAZuTz98g6WYHRwsxphrgrEFqxi5Z1jlJemPckPBfxpS3i5HgshAuA6vmT";
};
patches = [ "disable-broken-tests.patch" ];
exec = cmake {};
}