aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/harfbuzz.az
blob: 0d0963e1ac44c1705e64460312d05bf3ceb840c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package harfbuzz {
	description = "a text shaping library";
	website = "https://harfbuzz.github.io";
	anitya = 1299;

	version# = "14.2.0";
	source = remoteGitHub {
		suffix = "harfbuzz/harfbuzz";
		tag = version;
		checksum = "2VgjUmcPeIbleafZaGk5l7iGnag2qj0HTqrJ5770GzivebryZ2pbwVIha5j_24PH";
	};

	exec = meson {
		setup = {
			"Dcairo": "enabled";
			"Dpng": "enabled";
			"Dzlib": "enabled";
			"Dfreetype": "enabled";
		};
	};

	inputs = [
		zlib,
		cairo,
	];

	runtime = [
		zlib,
		cairo,
	];
}