17 lines
584 B
Bash
17 lines
584 B
Bash
# Template file for 'gallery-dl'
|
|
pkgname=gallery-dl
|
|
version=1.5.2
|
|
revision=1
|
|
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=fe1b61f3861829cfdf49e1bbbd7ce2ddb90b626952da28682709aa4299993b8f
|