New package: you-get-0.4.1410

Closes: #20019 [via git-merge-pr]
This commit is contained in:
Benjamín Albiñana 2020-03-11 11:09:43 +01:00 committed by Piraty
parent d84bb45d95
commit 8c08ebd178

18
srcpkgs/you-get/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'you-get'
pkgname=you-get
version=0.4.1410
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pysocks"
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"
checksum=a95a6f5c5f8317baa90fc9249be84290344f4fbcee2c5dc41675f0f243af5247
post_install() {
vlicense LICENSE.txt
}