# Maintainer: Peter Nokes pkgname=komikku _author=valos _gitname=Komikku pkgver=0.35.1 pkgrel=1 pkgdesc='Online/offline Manga reader for GNOME, built for the Librem 5' arch=(any) url=https://gitlab.com/valos/Komikku license=(GPL3) depends=( gtk3 libhandy python python-beautifulsoup4 python-brotli python-cairo python-cffi python-cloudscraper python-dateparser python-gobject python-keyring python-lxml python-magic python-natsort python-pillow python-pure-protobuf python-requests python-unidecode python-wheel webkit2gtk ) makedepends=( gobject-introspection meson ) optdepends=('org.freedesktop.secrets: store passwords safely') source=("https://gitlab.com/$_author/$_gitname/-/archive/v$pkgver/$_gitname-v$pkgver.tar.gz") sha256sums=('107dcb99fad250e431050fd9aa10f0a0d64c5321282e23b6545e491eb5a931f5') build() { arch-meson $_gitname-v$pkgver build ninja -C build } package() { DESTDIR="${pkgdir}" ninja -C build install }