aboutsummaryrefslogtreecommitdiff
path: root/wayland/foot
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/foot')
-rwxr-xr-xwayland/foot/build10
-rw-r--r--wayland/foot/checksums2
-rw-r--r--wayland/foot/depends10
-rw-r--r--wayland/foot/message9
-rw-r--r--wayland/foot/meta3
-rw-r--r--wayland/foot/sources1
-rw-r--r--wayland/foot/version1
7 files changed, 36 insertions, 0 deletions
diff --git a/wayland/foot/build b/wayland/foot/build
new file mode 100755
index 00000000..3156b9d5
--- /dev/null
+++ b/wayland/foot/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Ddocs=enabled \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/foot/checksums b/wayland/foot/checksums
new file mode 100644
index 00000000..3735935d
--- /dev/null
+++ b/wayland/foot/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+191b6286e7652e513e5df2d4511deac3e07c4e4d59543718f471a636b739f46a 1.16.2.tar.gz
diff --git a/wayland/foot/depends b/wayland/foot/depends
new file mode 100644
index 00000000..303eb301
--- /dev/null
+++ b/wayland/foot/depends
@@ -0,0 +1,10 @@
+fcft
+fontconfig
+libxkbcommon
+ncurses make
+pixman
+python make
+scdoc make
+tllist make
+wayland
+wayland-protocols make
diff --git a/wayland/foot/message b/wayland/foot/message
new file mode 100644
index 00000000..080965ee
--- /dev/null
+++ b/wayland/foot/message
@@ -0,0 +1,9 @@
+
+NOTE: To properly set foot's font, copy the config file
+ in /usr/share/foot/footrc to ~/.config/foot/foot.ini
+ and uncomment the font=monospace line.
+
+NOTE: The foot terminfo needs to be installed manually on
+ most hosts. You can copy /usr/share/terminfo/f/foot
+ to ~/.terminfo/f/foot to make sure all keybinds work.
+
diff --git a/wayland/foot/meta b/wayland/foot/meta
new file mode 100644
index 00000000..2bfb443c
--- /dev/null
+++ b/wayland/foot/meta
@@ -0,0 +1,3 @@
+description: Fast, lightweight and minimalistic Wayland terminal emulator
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/wayland/foot/sources b/wayland/foot/sources
new file mode 100644
index 00000000..3b9b9edc
--- /dev/null
+++ b/wayland/foot/sources
@@ -0,0 +1 @@
+https://codeberg.org/dnkl/foot/archive/1.16.2.tar.gz
diff --git a/wayland/foot/version b/wayland/foot/version
new file mode 100644
index 00000000..a973c446
--- /dev/null
+++ b/wayland/foot/version
@@ -0,0 +1 @@
+1.16.2 1