# Template file for 'gallery-dl' pkgname=gallery-dl version=1.14.2 revision=1 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-setuptools" checkdepends="python3-requests python3-nose" short_desc="Command-line program to download image galleries" maintainer="SolitudeSF " license="GPL-2.0-or-later" homepage="https://github.com/mikf/gallery-dl" changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=a3ab8df1d6ec8cac540139886b29c11d43b8ecd79365644720c6e99d6ee2950a do_check() { make test } pre_build() { make man completion }