19 lines
567 B
Bash
19 lines
567 B
Bash
# Template file for 'python3-exifread'
|
|
pkgname=python3-exifread
|
|
version=2.3.2
|
|
revision=4
|
|
build_style="python3-module"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python module to extract Exif metadata (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|