2020-03-11 10:09:43 +00:00
|
|
|
# Template file for 'you-get'
|
|
|
|
pkgname=you-get
|
2020-03-23 11:47:30 +00:00
|
|
|
version=0.4.1423
|
2020-03-11 10:09:43 +00:00
|
|
|
revision=1
|
|
|
|
archs=noarch
|
|
|
|
build_style=python3-module
|
|
|
|
hostmakedepends="python3-setuptools"
|
2020-03-23 11:47:30 +00:00
|
|
|
depends="python3-pysocks python3-setuptools"
|
2020-03-11 10:09:43 +00:00
|
|
|
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
|
2020-03-11 10:09:43 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.txt
|
|
|
|
}
|