18 lines
666 B
Bash
18 lines
666 B
Bash
# Template file for 'gallery-dl'
|
|
pkgname=gallery-dl
|
|
version=1.5.3
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
|
|
distfiles="${homepage}/releases/download/v${version}/gallery_dl-${version}.tar.gz"
|
|
checksum=7fd3182519c1a2accc7810c2f80a1a2960eb8fec5ed0a5a043995ea904bccb87
|