void-packages/srcpkgs/instaloader/template

19 lines
541 B
Bash

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