17 lines
584 B
Bash
17 lines
584 B
Bash
# Template file for 'gallery-dl'
|
|
pkgname=gallery-dl
|
|
version=1.5.1
|
|
revision=2
|
|
wrksrc="gallery_dl-${version}"
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="gallery_dl"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests"
|
|
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"
|
|
distfiles="${homepage}/releases/download/v${version}/gallery_dl-${version}.tar.gz"
|
|
checksum=2a1f9ca7ff093701b3a65edf92d785e0df988d4ec25185b7e1bcf5d673b64199
|