# Maintainer: Archisman Panigrahi # Special thanks to: Mark Wagie pkgname=webfontkitgenerator pkgnamehyphenated=webfont-kit-generator pkgver=1.1.0 pkgrel=2 pkgdesc='Create @font-face kits easily' arch=('any') url='https://github.com/rafaelmardojai/webfontkitgenerator' license=('GPL3') depends=('gtk4' 'gtksourceview5' 'gst-python' 'libadwaita' 'python-fonttools' 'python-brotli') makedepends=('appstream-glib' 'meson' 'git' 'pkgconf' 'blueprint-compiler') source=("$url/archive/$pkgver/$pkgnamehyphenated-$pkgver.tar.gz") sha256sums=('112708be14db87b86579aeadaab29027f259acc52327aa65bcb23eca27538c9f') build() { arch-meson $pkgnamehyphenated-$pkgver build meson compile -C build } check() { meson test -C build --print-errorlogs } package() { DESTDIR="$pkgdir" meson install -C build }