17 lines
585 B
Bash
17 lines
585 B
Bash
# Template file for 'gallery-dl'
|
|
pkgname=gallery-dl
|
|
version=1.4.2
|
|
revision=1
|
|
wrksrc="gallery_dl-${version}"
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_modules="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=443746e47df2296335c7dbecfdee1441dd6cd15c072af68da0deebd89ffae5eb
|