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
32647590
Commit
32647590
authored
Jun 26, 2017
by
lyxell
Committed by
GitHub
Jun 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #806 from uberhacker/add-compressdoc-package
Add compressdoc package
parents
75e9705d
6589cc8c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
packages/compressdoc.rb
packages/compressdoc.rb
+17
-0
No files found.
packages/compressdoc.rb
0 → 100644
View file @
32647590
require
'package'
class
Compressdoc
<
Package
description
'Compress (with bzip2 or gzip) all man pages in a hierarchy and update symlinks'
homepage
'https://github.com/ojab/BLFS/blob/master/auxfiles/compressdoc'
version
'9b2b12'
source_url
'https://github.com/ojab/BLFS/archive/9b2b12c0d809e287e1ea3fa4790a73a71feffbe4.zip'
source_sha1
'dd55e750128972ffd1022808b1b26cff2de242b1'
depends_on
'unzip'
def
self
.
install
system
"chmod +x auxfiles/compressdoc"
system
"mkdir -p
#{
CREW_DEST_DIR
}
/usr/local/bin"
system
"cp auxfiles/compressdoc
#{
CREW_DEST_DIR
}
/usr/local/bin"
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