void-packages/srcpkgs/gallery-dl/template

21 lines
726 B
Bash

# Template file for 'gallery-dl'
pkgname=gallery-dl
version=1.26.8
revision=1
build_style=python3-module
make_check_args="--ignore test/test_results.py"
hostmakedepends="python3-setuptools"
depends="python3-requests"
checkdepends="${depends} yt-dlp python3-pytest"
short_desc="Command-line program to download image galleries"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-2.0-only"
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/refs/tags/v${version}.tar.gz"
checksum=8abdc7d5a7c9fcbb1e8a5dee2d91a6cfe8a16bae198dc93a89cea04a2f067b33
pre_build() {
make man completion
}