vp-build/srcpkgs/python3-exifread/template

20 lines
599 B
Bash

# Template file for 'python3-exifread'
pkgname=python3-exifread
version=2.3.2
revision=2
wrksrc="exif-py-${version}"
build_style="python3-module"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python module to extract Exif metadata (Python3)"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="BSD-3-Clause"
homepage="https://github.com/ianare/exif-py"
distfiles="https://github.com/ianare/exif-py/archive/${version}.tar.gz"
checksum=b595f8644a456d00df98b2f83b5fe17682bba0e7e9f7c8b39fb7130a80b73b0a
conflicts="python-exifread>=0"
post_install() {
vlicense LICENSE.txt
}