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
a6239956
Commit
a6239956
authored
Jun 17, 2017
by
Damian Montero
Committed by
GitHub
Jun 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #745 from cstrouse/fix-mandb-dependencies
Add missing readline dependency
parents
7ff5479a
4f073a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
packages/mandb.rb
packages/mandb.rb
+4
-3
No files found.
packages/mandb.rb
View file @
a6239956
...
...
@@ -2,16 +2,17 @@ require 'package'
class
Mandb
<
Package
description
'mandb is used to initialise or manually update index database caches that are usually maintained by man.'
homepage
''
homepage
'
http://savannah.nongnu.org/projects/man-db
'
version
'2.7.6.1'
source_url
'http://download.savannah.gnu.org/releases/man-db/man-db-2.7.6.1.tar.xz'
source_sha1
'919dcb34d604faac9b18a38ead07f457d0dab501'
depends_on
'less'
depends_on
'libpipeline'
depends_on
'pkgconfig'
depends_on
'gdbm'
depends_on
'groff'
depends_on
'less'
depends_on
'pkgconfig'
depends_on
'readline'
def
self
.
build
system
'./configure'
,
...
...
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