void-packages/srcpkgs/instaloader/template
mobinmob ad8525eba6 instaloader: update to 4.7.4.
Also:
- expand the $pkgname in distfiles
- remove license file and the special handling from the template
(now the tarball contains a license file).
-remove unneeded deps.
2021-07-11 14:36:16 -03:00

18 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
}