aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/foot.az
blob: 328a5d9cb8391dc02373b00881d2073aace59511 (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
package foot {
	description = "a fast, lightweight and minimalistic Wayland terminal emulator";
	website = "https://codeberg.org/dnkl/foot";
	anitya = 141611;

	version# = "1.27.0";
	source = remoteTar {
		url = "https://codeberg.org/dnkl/foot/archive/"+version+".tar.gz";
		checksum = "E2XIPRD8t-WBBJUebIwChFT8K_85diwdalssUNwnuZBIynPa7rlXro5WCe9v3UlK";
		compress = gzip;
	};

	exec = meson {};

	inputs = [
		ncurses,

		xkbcommon,
		tllist,
		fcft,
		kernel-headers,
	];

	runtime = [
		xkbcommon,
		fcft,
	];
}