All checks were successful
Test / Create distribution (push) Successful in 2m40s
Test / Sandbox (push) Successful in 2m46s
Test / ShareFS (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m28s
Test / Hakurei (race detector) (push) Successful in 6m47s
Test / Hakurei (push) Successful in 2m41s
Test / Flake checks (push) Successful in 1m31s
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
16 lines
424 B
Go
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 {};
|
|
}
|