void-packages/srcpkgs/you-get/template
2020-11-18 20:10:36 +01:00

18 lines
508 B
Bash

# Template file for 'you-get'
pkgname=you-get
version=0.4.1488
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=28aec2f15e86ea1cbf9900827ade41388aa3f1ac43b4ab49999bce48f37cf9c3
post_install() {
vlicense LICENSE.txt
}