23 lines
659 B
Bash
23 lines
659 B
Bash
# Template file for 'you-get'
|
|
pkgname=you-get
|
|
version=0.4.1650
|
|
revision=2
|
|
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=b3c944cf7a63cc468cccc8816dce7fc008c2e6b5ba52aefe5ce2081818a3ad47
|
|
|
|
post_patch() {
|
|
vsed -i -e "s/@@VERSION@@/${version}/" setup.py
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|