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