# Maintainer: Peter Nokes pkgname=komikku _author=valos _gitname=Komikku pkgver=0.41.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=( 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 python-pytz 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=('ba46cd0a7331d774b598f5b3f6f7738fb9966ff9a3b5ad888bc604d7ea08a619') build() { arch-meson $_gitname-v$pkgver build ninja -C build } package() { DESTDIR="${pkgdir}" ninja -C build install }