24 lines
715 B
Bash
24 lines
715 B
Bash
# Template file for 'gallery-dl'
|
|
pkgname=gallery-dl
|
|
version=1.16.5
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-setuptools"
|
|
checkdepends="python3-requests python3-nose"
|
|
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="https://github.com/mikf/gallery-dl/archive/v${version}.tar.gz"
|
|
checksum=96217375bb95b76af628c2d9d917cd2a8ade38857f70ceecd7021ae12cbf48b3
|
|
|
|
do_check() {
|
|
make test
|
|
}
|
|
|
|
pre_build() {
|
|
make man completion
|
|
}
|