FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
org.darktable.Darktable/exiftool-sources.json at master · gi-man/org.darktable.Darktable · GitHub
gi-man
/
org.darktable.Darktable
Public
forked from
flathub/org.darktable.Darktable
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
org.darktable.Darktable
/
exiftool-sources.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 982 Bytes
Breadcrumbs
org.darktable.Darktable
/
exiftool-sources.json
Copy path
File metadata and controls
29 lines (29 loc) · 982 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
"
}
]
Back
|
FazBrowse Home
|
New Git URL