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, + ]; +}