void-packages/srcpkgs/you-get/template

19 lines
502 B
Bash
Raw Normal View History

# Template file for 'you-get'
pkgname=you-get
version=0.4.1410
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pysocks"
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=a95a6f5c5f8317baa90fc9249be84290344f4fbcee2c5dc41675f0f243af5247
post_install() {
vlicense LICENSE.txt
}