exiftool: add passthru.updateScript

This commit is contained in:
Anthony Roussel 2024-03-15 00:00:40 +01:00
parent 9e0b98c309
commit 74194ca563
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -2,6 +2,7 @@
, stdenv
, buildPerlPackage
, fetchurl
, gitUpdater
, shortenPerlShebang
}:
@ -19,6 +20,12 @@ buildPerlPackage rec {
shortenPerlShebang $out/bin/exiftool
'';
passthru = {
updateScript = gitUpdater {
url = "https://github.com/exiftool/exiftool.git";
};
};
meta = {
description = "A tool to read, write and edit EXIF meta information";
longDescription = ''