void-packages/srcpkgs/you-get/template
2021-05-26 12:26:23 -03:00

17 lines
508 B
Bash

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