mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 06:25:11 +02:00
20 lines
726 B
Bash
20 lines
726 B
Bash
# Template file for 'gallery-dl'
|
|
pkgname=gallery-dl
|
|
version=1.27.0
|
|
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=6fc7ed21b0fcb858dd457d972499ae6b7aab86e8888753606df3096d8dc501cd
|
|
|
|
pre_build() {
|
|
make man completion
|
|
}
|