parent
d84bb45d95
commit
8c08ebd178
1 changed files with 18 additions and 0 deletions
18
srcpkgs/you-get/template
Normal file
18
srcpkgs/you-get/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in a new issue