aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/libconfig/package.az
blob: e4110b80722e7e8716e9115cd2e29f08783c3226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 {};
}