18 lines
506 B
Bash
18 lines
506 B
Bash
# Template file for 'python3-identify'
|
|
pkgname=python3-identify
|
|
version=2.4.12
|
|
revision=3
|
|
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
|
|
}
|