19 lines
539 B
Bash
19 lines
539 B
Bash
# Template file for 'instaloader'
|
|
pkgname=instaloader
|
|
version=4.9
|
|
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=7fa6147810eedcc1dedcdec8cfa1f220c9379ab8faeab6a336a7c181d944e2e4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|