void-packages/srcpkgs/gallery-dl/template
2020-01-21 15:27:30 +01:00

19 lines
615 B
Bash

# Template file for 'gallery-dl'
pkgname=gallery-dl
version=1.12.3
revision=1
archs=noarch
build_style=python3-module
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}/archive/v${version}.tar.gz"
checksum=b54d148ff2ef11cb252cf8498a37a04899c723a0b5d021ab27980d857134adde
post_build() {
make man completion
}