void-packages/srcpkgs/you-get/template
2021-07-15 18:36:49 -03:00

18 lines
508 B
Bash

# Template file for 'you-get'
pkgname=you-get
version=0.4.1536
revision=1
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=78c9a113950344e06d18940bd11fe9a2f78b9d0bc8963cde300017ac1ffcef09
post_install() {
vlicense LICENSE.txt
}