void-packages/srcpkgs/you-get/template

19 lines
592 B
Bash

# Template file for 'you-get'
pkgname=you-get
version=0.4.1620
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/"
changelog="https://raw.githubusercontent.com/soimort/you-get/develop/CHANGELOG.rst"
distfiles="${PYPI_SITE}/y/you-get/you-get-${version}.tar.gz"
checksum=c020da4fd373d59892b2a1705f53d71eae9017a7e32d123dc30bef5b172660e6
post_install() {
vlicense LICENSE.txt
}