void-packages/srcpkgs/python3-identify/template

19 lines
535 B
Bash

# Template file for 'python3-identify'
pkgname=python3-identify
version=2.4.11
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=2986942d3974c8f2e5019a190523b0b0e2a07cb8e89bf236727fb4b26f27f8fd
post_install() {
vlicense LICENSE
}