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
nexedi
chromebrew
Commits
ce131142
Commit
ce131142
authored
Feb 28, 2018
by
Damian Montero
Committed by
GitHub
Feb 28, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1911 from uberhacker/add-disktype-package
Add disktype package
parents
915ea5e4
4b6b5da9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
packages/disktype.rb
packages/disktype.rb
+23
-0
No files found.
packages/disktype.rb
0 → 100644
View file @
ce131142
require
'package'
class
Disktype
<
Package
description
'Detects the content format of a disk or disk image by checking for signatures of file systems, partition tables, and boot codes.'
homepage
'https://sourceforge.net/projects/disktype/'
version
'9'
source_url
'http://downloads.sourceforge.net/project/disktype/disktype/9/disktype-9.tar.gz'
source_sha256
'b6701254d88412bc5d2db869037745f65f94b900b59184157d072f35832c1111'
binary_url
({
})
binary_sha256
({
})
def
self
.
build
system
"make"
end
def
self
.
install
system
"install -Dm755 disktype
#{
CREW_DEST_PREFIX
}
/bin/disktype"
system
"install -Dm644 disktype.1
#{
CREW_DEST_PREFIX
}
/share/man/man1/disktype.1"
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