15 lines
511 B
Bash
15 lines
511 B
Bash
# Template file for 'gallery-dl'
|
|
pkgname=gallery-dl
|
|
version=1.4.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_modules="gallery_dl"
|
|
hostmakedepends="python3"
|
|
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}/archive/v${version}.tar.gz"
|
|
checksum=09cd0a34deb4d4a26b4c2f4fb410a642939900ab4d9f9f1837c246b2732e813f
|