# Maintainer: Peter Nokes pkgname=komikku _author=valos _gitname=Komikku pkgver=1.0.0 pkgrel=2 pkgdesc='Online/Offline Manga reader based on GNOME | PinePhone/Librem 5 Support' arch=(any) url=https://gitlab.com/valos/Komikku license=(GPL3) depends=( gtk4 libadwaita 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 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=('60cfade1d3410fef1919fdb5c92134976419398f53844a803ef6c9c9103d2381') build() { arch-meson $_gitname-v$pkgver build ninja -C build } package() { DESTDIR="${pkgdir}" ninja -C build install }