0c16a0f8dd
Signed-off-by: Joseph Benden <joe@benden.us>
18 lines
534 B
Bash
18 lines
534 B
Bash
# Template file for 'python3-identify'
|
|
pkgname=python3-identify
|
|
version=2.3.1
|
|
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=8a92c56893e9a4ce951f09a50489986615e3eba7b4c60610e0b25f93ca4487ba
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|