19 lines
569 B
Bash
19 lines
569 B
Bash
# Template file for 'python3-piexif'
|
|
pkgname=python3-piexif
|
|
version=1.1.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-Pillow"
|
|
short_desc="Exif manipulation with pure python script"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/hMatoba/Piexif"
|
|
distfiles="https://github.com/hMatoba/Piexif/archive/refs/tags/${version}.tar.gz"
|
|
checksum=abfd9a67795e23d7a76f9407d60841efa68c5d6e43376b295bb821a30602c569
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|