vp-build/srcpkgs/python3-itunespy/template

19 lines
574 B
Bash

# Template file for 'python3-itunespy'
pkgname=python3-itunespy
version=1.6
revision=3
wrksrc="itunespy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-pycountry"
short_desc="Library to fetch data from the iTunes Store API (Python3)"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/sleepyfran/itunespy"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=cd8b0c8ec8b033424f52be642af5055b05491f84335f23b27ddc37e17d914361
post_install() {
vlicense LICENSE
}