void-packages/srcpkgs/instaloader/template
2021-10-09 08:01:42 -04:00

19 lines
539 B
Bash

# Template file for 'instaloader'
pkgname=instaloader
version=4.8
revision=2
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=3625be33d28e67555de3339af5955c95c328681a0328ec5a074306d68af86cf7
post_install() {
vlicense LICENSE
}