2020-03-11 10:09:43 +00:00
|
|
|
# Template file for 'you-get'
|
|
|
|
pkgname=you-get
|
2020-03-30 07:41:24 +00:00
|
|
|
version=0.4.1432
|
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-30 07:41:24 +00:00
|
|
|
checksum=421b71ee644afc63581c2d57bf6785c0e65c51d9debe74b8449685c90fd56f44
|
2020-03-11 10:09:43 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.txt
|
|
|
|
}
|