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-30 07:41:24 +00:00
version=0.4.1432
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-30 07:41:24 +00:00
checksum=421b71ee644afc63581c2d57bf6785c0e65c51d9debe74b8449685c90fd56f44
post_install() {
vlicense LICENSE.txt
}