# Maintainer: Mufeed Ali pkgname=komikku _author=valos _gitname=Komikku pkgver=0.22.1 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-cairo python-cloudscraper python-dateparser python-gobject python-keyring python-lxml python-magic python-pillow python-pure-protobuf python-unidecode ) makedepends=( gobject-introspection meson ) source=("https://gitlab.com/$_author/$_gitname/-/archive/v$pkgver/$_gitname-v$pkgver.tar.gz") sha256sums=('c09726b0bf7f51412e98b193389d8de9554ec807916c99c170cda3b9e362fc6c') prepare() { cd $_gitname-v$pkgver cd .. } build() { arch-meson $_gitname-v$pkgver build ninja -C build } package() { DESTDIR="${pkgdir}" ninja -C build install }