2023-11-20 00:45:01 -05:00

19 lines
542 B
Bash

# Template file for 'instaloader'
pkgname=instaloader
version=4.10.1
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=902cc8b9569ca7437323199c8e55dbdcd15ea5c8e874c7864e84a36dd55f8584
post_install() {
vlicense LICENSE
}