void-packages/srcpkgs/instaloader/template

19 lines
540 B
Bash

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