# Maintainer: katt # Contributor: LLL2yu pkgname=gallery-dl pkgver=1.16.5 pkgrel=1 pkgdesc='Command-line program to download image-galleries and collections from several image hosting sites' arch=('any') url='https://github.com/mikf/gallery-dl' license=('GPL2') depends=('python' 'python-requests') makedepends=('python-setuptools') optdepends=('ffmpeg: Convert Pixiv Ugoira to WebM' 'youtube-dl: Download videos') source=("${url}"/releases/download/v"${pkgver}"/"${pkgname/-/_}"-"${pkgver}".tar.gz{,.asc}) validpgpkeys=('3E09F5908333DD83DBDCE7375680CA389D365A88') #Mike Fährmann sha512sums=('9e176553bf0af60480695e6b0e4135daa759a166e1b89f468c9bb04ace38e9a8549bd9daab52a125c559373765f1fd42430ca9801cfc54820b451cc9ef762759' 'SKIP') package() { cd ${pkgname/-/_}-${pkgver} python setup.py install -O1 --root="${pkgdir}" }