From 0c16a0f8dd7f214a161d692607b6a12a28c5a3d8 Mon Sep 17 00:00:00 2001 From: Joseph Benden Date: Wed, 27 Oct 2021 14:10:26 -0700 Subject: [PATCH] New package: python3-identify-2.3.1_1. Signed-off-by: Joseph Benden --- srcpkgs/python3-identify/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-identify/template diff --git a/srcpkgs/python3-identify/template b/srcpkgs/python3-identify/template new file mode 100644 index 00000000000..6af581162d2 --- /dev/null +++ b/srcpkgs/python3-identify/template @@ -0,0 +1,18 @@ +# 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 " +license="MIT" +homepage="https://github.com/chriskuehl/identify" +distfiles="${PYPI_SITE}/i/identify/identify-${version}.tar.gz" +checksum=8a92c56893e9a4ce951f09a50489986615e3eba7b4c60610e0b25f93ca4487ba + +post_install() { + vlicense LICENSE +}