diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-23 16:51:32 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-23 16:51:32 +0900 |
| commit | 77a15130c7b0635c1c8da168bfd0be8e7f4af90b (patch) | |
| tree | 099f976714f8a2fe9a0b8e2173c9d2714d0a87c5 /internal/rosa | |
| parent | 4c1e823908e7228a005a8d26175bc66ccb83db29 (diff) | |
internal/rosa/package: foot
Used by vm test suite.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/package/foot.az | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/internal/rosa/package/foot.az b/internal/rosa/package/foot.az new file mode 100644 index 00000000..021dfa5b --- /dev/null +++ b/internal/rosa/package/foot.az @@ -0,0 +1,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, + ]; +} |
