diff --git a/wayland/fcft/build b/wayland/fcft/build new file mode 100755 index 00000000..2bdcb12e --- /dev/null +++ b/wayland/fcft/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +meson \ + --prefix=/usr \ + -Dsvg-backend=none \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/fcft/checksums b/wayland/fcft/checksums new file mode 100644 index 00000000..835a08a3 --- /dev/null +++ b/wayland/fcft/checksums @@ -0,0 +1 @@ +8a7e09c887edce97f8780dba8a060026c3551da48252819400d7af1c5eacf871 diff --git a/wayland/fcft/depends b/wayland/fcft/depends new file mode 100644 index 00000000..d9d36fcf --- /dev/null +++ b/wayland/fcft/depends @@ -0,0 +1,5 @@ +fontconfig +freetype-harfbuzz +meson make +pixman +tllist make diff --git a/wayland/fcft/sources b/wayland/fcft/sources new file mode 100644 index 00000000..8bd683ea --- /dev/null +++ b/wayland/fcft/sources @@ -0,0 +1 @@ +https://codeberg.org/dnkl/fcft/archive/VERSION.tar.gz diff --git a/wayland/fcft/version b/wayland/fcft/version new file mode 100644 index 00000000..90c4aff0 --- /dev/null +++ b/wayland/fcft/version @@ -0,0 +1 @@ +3.1.5 1