internal/rosa/package: foot
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m44s
Test / ShareFS (push) Successful in 4m21s
Test / Hakurei (push) Successful in 4m41s
Test / Sandbox (race detector) (push) Successful in 5m53s
Test / Hakurei (race detector) (push) Successful in 3m35s
Test / Flake checks (push) Successful in 1m18s
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m44s
Test / ShareFS (push) Successful in 4m21s
Test / Hakurei (push) Successful in 4m41s
Test / Sandbox (race detector) (push) Successful in 5m53s
Test / Hakurei (race detector) (push) Successful in 3m35s
Test / Flake checks (push) Successful in 1m18s
Used by vm test suite. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
28
internal/rosa/package/foot.az
Normal file
28
internal/rosa/package/foot.az
Normal file
@@ -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,
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user