# Maintainer: Peter Nokes pkgname=komikku _author=valos _gitname=Komikku pkgver=1.22.0 pkgrel=1 pkgdesc='Online/Offline Manga reader based on GNOME | PinePhone/Librem 5 Support' arch=(any) url=https://gitlab.com/valos/Komikku license=(GPL3) depends=( libadwaita python-beautifulsoup4 python-brotli python-cairo python-cffi python-cloudscraper python-dateparser python-emoji python-gobject python-keyring python-lxml python-magic python-natsort python-pillow python-piexif python-pure-protobuf python-unidecode python-wheel python-rarfile webkit2gtk webkitgtk-6.0 ) 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=('c34c5afc283580a014802a19a9322ce78901ab19cb22db3f8b9bc9c0e06bc95a') build() { arch-meson $_gitname-v$pkgver build ninja -C build } package() { DESTDIR="${pkgdir}" ninja -C build install }