mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-05 01:55:11 +02:00
20 lines
620 B
Bash
20 lines
620 B
Bash
# Template file for 'exiftool'
|
|
pkgname=exiftool
|
|
version=10.66
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Image-ExifTool-${version}"
|
|
build_style="perl-module"
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Reader and rewriter of EXIF information that supports raw files"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
|
license="Artistic, GPL-1"
|
|
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
|
checksum=9da1e99199d3249d42fa7fc55576d6d389f8e9226826bdadaac441c6d2ee8cf6
|
|
|
|
do_check() {
|
|
prove -b
|
|
}
|