blob: ba3e3fdf7ec683202262c2ac60663641491163bd [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "Exiftool"
2DESCRIPTION = "ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files."
3HOMEPAGE = "https://exiftool.org/"
4SECTION = "libs"
5LICENSE = "GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ffefffc98dab025cb49489bd4d88ee10"
7
8inherit cpan
9
Patrick Williams705982a2024-01-12 09:51:57 -060010SRCREV = "fc4f6614ff0c19bb5f332a9c464dcef7267931df"
Patrick Williamsac13d5f2023-11-24 18:59:46 -060011SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master"
12
13S = "${WORKDIR}/git"
14
15RDEPENDS:${PN} = " \
16 perl \
17 perl-module-list-util \
18 perl-module-overload \
19 perl-module-file-glob \
20 perl-module-scalar-util \
21 perl-module-compress-zlib \
22"