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
73a30990
Commit
73a30990
authored
7 years ago
by
Yan Couto
Committed by
Kazushi (Jam) Marukawa
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding manpages package
parent
0ece0b34
nexedi
master
re6stnet-archive
revert-1030-add-vpnc-package
revert-1177-update-screenfetch
revert-936-update-emacs-package
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
packages/manpages.rb
packages/manpages.rb
+14
-0
No files found.
packages/manpages.rb
0 → 100644
View file @
73a30990
require
'package'
class
Manpages
<
Package
description
'The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user-space programs.'
homepage
'https://www.kernel.org/doc/man-pages/'
version
'4.12'
source_url
'https://www.kernel.org/pub/linux/docs/man-pages/man-pages-4.12.tar.xz'
source_sha256
'6f6d79d991fed04e16e7c7a15705304b0b9d51de772c51c57428555039fbe093'
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"prefix=/usr/local"
,
"install"
puts
"Try 'man printf' to see if it works. You should have package 'mandb' installed."
.
lightblue
end
end
This diff is collapsed.
Click to expand it.
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