-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathexiftool-sources.json
More file actions
29 lines (29 loc) · 982 Bytes
/
exiftool-sources.json
File metadata and controls
29 lines (29 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
{
"dest": "perl-libs/Image-ExifTool",
"sha256": "1cd555144846a28298783bebf3ab452235273c78358410813e3d4e93c653b1fa",
"type": "archive",
"url": "https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-13.25.tar.gz"
},
{
"commands": [
"set -e",
"function make_install {",
" mod_dir=$1",
" cd $mod_dir",
" if [ -f 'Makefile.PL' ]; then",
" perl Makefile.PL PREFIX=${FLATPAK_DEST} && make install PREFIX=${FLATPAK_DEST}",
" elif [ -f 'Build.PL' ]; then",
" perl Build.PL && ./Build && ./Build install",
" else",
" echo 'No Makefile.PL or Build.PL found. Do not know how to install this module'",
" exit 1",
" fi",
"}",
"(make_install perl-libs/Image-ExifTool)"
],
"dest": "perl-libs",
"dest-filename": "install.sh",
"type": "script"
}
]