void-packages/srcpkgs/instaloader/template
2021-12-17 13:44:34 +01:00

19 lines
541 B
Bash

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