🔒 Repository is read-only – file editing is disabled.

recipes/gui/fcft/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: fcft
pkgver: '3.3.3'
pkgrel: '1'
pkgdesc: 'Fcft - lekka biblioteka czcionek dla Wayland (foot/fuzzel)'
url: 'https://codeberg.org/dnkl/fcft'
arch: x86_64
license:
- 'MIT'

depends:
- 'xorg-fontconfig'
- 'freetype'
- 'harfbuzz'
makedepends:
- meson
- ninja
- wayland-protocols
- 'tllist'


source:
- 'https://codeberg.org/dnkl/fcft/archive/${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd fcft-${pkgver}
  meson setup build --prefix=/usr -Ddocs=disabled
  ninja -C build
  DESTDIR=${PKGDIR} meson install -C build
  

package: |
  true