blob: 90d3cbe388bd2c1b1babe8b20eb5c7d1f1562834 (
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
|
package foot {
description = "a fast, lightweight and minimalistic Wayland terminal emulator";
website = "https://codeberg.org/dnkl/foot";
anitya = 141611;
version# = "1.28.0";
source = remoteTar {
url = "https://codeberg.org/dnkl/foot/releases/download/"+version+
"/foot-"+version+".tar.gz";
checksum = "w16syUlOAYlsJZ-a4QY9dfu4ph3yFypw05RXocNmTrefghzmT-HhV1O89QPAj5mV";
compress = gzip;
};
exec = meson {};
tools = [ ncurses ];
inputs = [
xkbcommon,
tllist,
fcft,
wayland-protocols,
kernel-headers,
];
}
|