mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 06:25:11 +02:00
18 lines
540 B
Bash
18 lines
540 B
Bash
# Template file for 'instaloader'
|
|
pkgname=instaloader
|
|
version=4.14
|
|
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=754425eb17af44ce4bb6056e4eacd044a518d13b5efc11b9d80eb229bb96c652
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|