blob: e3166db7417236c6c39aff9b08b8cd8c2e814552 (
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
|
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/releases/download/"+version+
"/foot-"+version+".tar.gz";
checksum = "22rG3rMuQI8Ae2XTcZgOJ-6AbF7Taex8XpgvD6Fyg1Mn5Va67FfUcK3tRaq61TFg";
compress = gzip;
};
exec = meson {};
inputs = [
ncurses,
xkbcommon,
tllist,
fcft,
kernel-headers,
];
runtime = [
xkbcommon,
fcft,
];
}
|