18 lines
548 B
Bash
18 lines
548 B
Bash
# Template file for 'python3-itunespy'
|
|
pkgname=python3-itunespy
|
|
version=1.6.1
|
|
revision=1
|
|
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/v${version}.tar.gz"
|
|
checksum=7db0c029247396bab43c6e91d791423f32426c340860602cd28590db04db7722
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|