17 lines
508 B
Bash
17 lines
508 B
Bash
# Template file for 'you-get'
|
|
pkgname=you-get
|
|
version=0.4.1456
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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"
|
|
checksum=7b19ac0a459f2e6497ba7c399df50dabb28890ebf2b79a092ae114595fe1b192
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|