17 lines
597 B
Bash
17 lines
597 B
Bash
# Template file for 'exiftool'
|
|
pkgname=exiftool
|
|
version=9.89
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Image-ExifTool-${version}"
|
|
build_style="perl-module"
|
|
hostmakedepends="perl>=5.20"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Reader and rewriter of EXIF informations that supports raw files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
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=a2759e2f36861f71bffaa56005c03c9bb6c1f143a1e3eca7f027c1b41b179861
|