# Maintainer: Peter Nokes pkgname=komikku _author=valos _gitname=Komikku pkgver=1.10.1 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-pure-protobuf python-unidecode python-wheel python-rarfile webkit2gtk webkit2gtk-5.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=('a87d05660916c85f368697664cad5b5cf4e595d0d52c50cd00c88828f1cfd793') build() { arch-meson $_gitname-v$pkgver build ninja -C build } package() { DESTDIR="${pkgdir}" ninja -C build install }