aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-17 10:35:47 +0300
committerCem Keylan <cem@ckyln.com>2021-05-17 10:35:47 +0300
commit19996320572cee9232ea7a329455941038b4a7a2 (patch)
treecd0206ccfc6e4dca08b3dc1a444bb095a8ffde68 /wayland
parent37fd8467eac1f2379a0dd969674dd496ceb35f98 (diff)
downloadrepository-19996320572cee9232ea7a329455941038b4a7a2.tar.gz
foot: add new package at 1.7.2
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/foot/build10
-rw-r--r--wayland/foot/checksums1
-rw-r--r--wayland/foot/depends10
-rw-r--r--wayland/foot/message9
-rw-r--r--wayland/foot/sources1
-rw-r--r--wayland/foot/version1
6 files changed, 32 insertions, 0 deletions
diff --git a/wayland/foot/build b/wayland/foot/build
new file mode 100755
index 00000000..91a1423b
--- /dev/null
+++ b/wayland/foot/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR=$1
+
+meson \
+ --prefix=/usr \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/foot/checksums b/wayland/foot/checksums
new file mode 100644
index 00000000..5846b183
--- /dev/null
+++ b/wayland/foot/checksums
@@ -0,0 +1 @@
+0c5fa72a315b65100dfb8b7343212535e75e990b2a9500e028c6078c7915eb8a 1.7.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/sources b/wayland/foot/sources
new file mode 100644
index 00000000..40dc4aa1
--- /dev/null
+++ b/wayland/foot/sources
@@ -0,0 +1 @@
+https://codeberg.org/dnkl/foot/archive/1.7.2.tar.gz
diff --git a/wayland/foot/version b/wayland/foot/version
new file mode 100644
index 00000000..8a5282d1
--- /dev/null
+++ b/wayland/foot/version
@@ -0,0 +1 @@
+1.7.2 1