diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-17 10:29:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-17 10:33:27 +0300 |
commit | 37fd8467eac1f2379a0dd969674dd496ceb35f98 (patch) | |
tree | cd0c164be13d242bc676785c5141dc113d9e10f3 /wayland/fcft | |
parent | 7e723a1272e98f85727590a85f28112cf83342ce (diff) | |
download | repository-37fd8467eac1f2379a0dd969674dd496ceb35f98.tar.gz |
fcft: add new package at 2.4.0
Diffstat (limited to 'wayland/fcft')
-rwxr-xr-x | wayland/fcft/build | 13 | ||||
-rw-r--r-- | wayland/fcft/checksums | 1 | ||||
-rw-r--r-- | wayland/fcft/depends | 5 | ||||
-rw-r--r-- | wayland/fcft/sources | 1 | ||||
-rw-r--r-- | wayland/fcft/version | 1 |
5 files changed, 21 insertions, 0 deletions
diff --git a/wayland/fcft/build b/wayland/fcft/build new file mode 100755 index 00000000..c546b45e --- /dev/null +++ b/wayland/fcft/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install + +# Remove unneeded files +rm -r "$1/usr/share/doc" diff --git a/wayland/fcft/checksums b/wayland/fcft/checksums new file mode 100644 index 00000000..7ef7d802 --- /dev/null +++ b/wayland/fcft/checksums @@ -0,0 +1 @@ +ba17a8c6af1d6a25c3d87aa96c1754896e255af71b70cd60a119200e5844fc43 2.4.0.tar.gz diff --git a/wayland/fcft/depends b/wayland/fcft/depends new file mode 100644 index 00000000..2d3469db --- /dev/null +++ b/wayland/fcft/depends @@ -0,0 +1,5 @@ +fontconfig +freetype-harfbuzz +pixman +scdoc make +tllist make diff --git a/wayland/fcft/sources b/wayland/fcft/sources new file mode 100644 index 00000000..fa4cdb19 --- /dev/null +++ b/wayland/fcft/sources @@ -0,0 +1 @@ +https://codeberg.org/dnkl/fcft/archive/2.4.0.tar.gz diff --git a/wayland/fcft/version b/wayland/fcft/version new file mode 100644 index 00000000..7afb4de6 --- /dev/null +++ b/wayland/fcft/version @@ -0,0 +1 @@ +2.4.0 1 |