Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
chromebrew
Commits
6db2c161
Commit
6db2c161
authored
May 15, 2019
by
Ed Reel
Committed by
Chris Thurber
May 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add nconvert package (#3272)
Limit to x86_64 and i686 architecture only
parent
3a768e26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
packages/nconvert.rb
packages/nconvert.rb
+19
-0
No files found.
packages/nconvert.rb
0 → 100644
View file @
6db2c161
require
'package'
class
Nconvert
<
Package
description
'Command Line Batch utility for images'
homepage
'https://www.xnview.com/en/nconvert/'
version
'6.88'
case
ARCH
when
'x86_64'
source_url
'https://download.xnview.com/NConvert-linux64.tgz'
source_sha256
'852c9cfefb92ea49670c8bc8fc4364297556066026b773321fe6b13718c57467'
when
'i686'
source_url
'https://download.xnview.com/NConvert-linux.tgz'
source_sha256
'10f576609a982c9d7f4a519c9a49899609b63cea65d1a38b0c6f0c2fda2eb8c1'
end
def
self
.
install
system
"install -Dm755 nconvert
#{
CREW_DEST_PREFIX
}
/bin/nconvert"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment