19 lines
541 B
Bash
19 lines
541 B
Bash
# Template file for 'instaloader'
|
|
pkgname=instaloader
|
|
version=4.9.6
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests"
|
|
checkdepends="${depends}"
|
|
short_desc="Download pictures with metadata from Instagram"
|
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
|
license="MIT"
|
|
homepage="https://instaloader.github.io"
|
|
distfiles="${PYPI_SITE}/i/instaloader/instaloader-${version}.tar.gz"
|
|
checksum=16040c170fb5230c1981a47e1990261e3c0ecffe0417be95fa265632244e7c01
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|