void-packages/srcpkgs/you-get/template

19 lines
521 B
Bash
Raw Normal View History

# Template file for 'you-get'
pkgname=you-get
2020-03-23 11:47:30 +00:00
version=0.4.1423
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
2020-03-23 11:47:30 +00:00
depends="python3-pysocks python3-setuptools"
short_desc="Dumb downloader that scrapes the web"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="MIT"
homepage="https://you-get.org/"
distfiles="${PYPI_SITE}/y/you-get/you-get-${version}.tar.gz"
2020-03-23 11:47:30 +00:00
checksum=7c40ddb854494cd102c2bf740c17a8b6c04817078f2cd0ddccf56548d0d055ae
post_install() {
vlicense LICENSE.txt
}