void-packages/srcpkgs/python3-identify/template
Joseph Benden 90eddf76c5 python3-identify: update to 2.4.12
Signed-off-by: Joseph Benden <joe@benden.us>
2022-04-07 19:41:47 +02:00

19 lines
535 B
Bash

# Template file for 'python3-identify'
pkgname=python3-identify
version=2.4.12
revision=1
wrksrc="identify-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="File identification library for Python"
maintainer="Joseph Benden <joe@benden.us>"
license="MIT"
homepage="https://github.com/chriskuehl/identify"
distfiles="${PYPI_SITE}/i/identify/identify-${version}.tar.gz"
checksum=3f3244a559290e7d3deb9e9adc7b33594c1bc85a9dd82e0f1be519bf12a1ec17
post_install() {
vlicense LICENSE
}