# Maintainer: Peter Nokes pkgname=komikku _author=valos _gitname=Komikku pkgver=1.44.0 pkgrel=1 pkgdesc='Online/Offline Manga reader based on GNOME | PinePhone/Librem 5 Support' arch=(any) url=https://codeberg.org/valos/Komikku license=(GPL3) depends=( blueprint-compiler libadwaita python-beautifulsoup4 python-brotli python-cairo python-cffi python-curl-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 python-colorthief ) makedepends=( gobject-introspection meson ) optdepends=('org.freedesktop.secrets: store passwords safely') source=("https://codeberg.org/$_author/$_gitname/archive/v$pkgver.tar.gz") sha256sums=('2a9329785bf4d5cf9c91ef1a212cd3b8f15336944250df12825cb6b3c4407dc3') build() { arch-meson $pkgname build ninja -C build } package() { DESTDIR="${pkgdir}" ninja -C build install }