void-packages/srcpkgs/gallery-dl/template
2021-10-09 08:01:45 -04:00

24 lines
696 B
Bash

# Template file for 'gallery-dl'
pkgname=gallery-dl
version=1.19.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests"
checkdepends="python3-requests python3-nose"
short_desc="Command-line program to download image galleries"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
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="https://github.com/mikf/gallery-dl/archive/v${version}.tar.gz"
checksum=0cc1bf7685d6866cf52fe60f1a9d67fc9929b32d75b703db8f6e677db945c644
do_check() {
make test
}
pre_build() {
make man completion
}