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
9cd6b452
Commit
9cd6b452
authored
Jul 28, 2018
by
Chris Thurber
Committed by
GitHub
Jul 28, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2484 from uberhacker/update-buildessential-install
Update buildessential to add new dependencies
parents
57321e50
e96e547e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
5 deletions
+26
-5
install.sh
install.sh
+1
-3
packages/buildessential.rb
packages/buildessential.rb
+16
-1
tools/core_packages.txt
tools/core_packages.txt
+9
-1
No files found.
install.sh
View file @
9cd6b452
...
...
@@ -188,9 +188,7 @@ echo lib >> .git/info/sparse-checkout
echo
crew
>>
.git/info/sparse-checkout
git fetch origin master
git reset
--hard
origin/master
yes
| crew
install
buildessential
yes
| crew
install
less
yes
| crew
install
most
yes
| crew
install
buildessential less most
echo
echo
"To set the default PAGER environment variable to be able to use less:"
echo
"echo
\"
export PAGER=
$CREW_PREFIX
/bin/less
\"
>> ~/.bashrc && . ~/.bashrc"
...
...
packages/buildessential.rb
View file @
9cd6b452
...
...
@@ -3,7 +3,7 @@ require 'package'
class
Buildessential
<
Package
description
'A collection of tools essential to compile and build software.'
homepage
''
version
'1.
1
'
version
'1.
2
'
is_fake
...
...
@@ -12,6 +12,21 @@ class Buildessential < Package
depends_on
'make'
depends_on
'pkgconfig'
# compress man pages
depends_on
'compressdoc'
# build documentation
depends_on
'doxygen'
# configure scripts reference the file command
depends_on
'filecmd'
# essential dependency for many packages
depends_on
'readline'
# override the system version with sandbox mode enabled
depends_on
'sed'
# typically required library to compile source code using "./autogen.sh"
depends_on
'automake'
depends_on
'libtool'
...
...
tools/core_packages.txt
View file @
9cd6b452
...
...
@@ -4,15 +4,17 @@ binutils
bison
cloog
cmake
compressdoc
diffutils
doxygen
expat
filecmd
flex
gawk
gcc7
gettext
git
glibc
glibc223
gmp
gnutls
icu4c
...
...
@@ -39,10 +41,16 @@ openssl
p11kit
patch
perl
perl_locale_messages
perl_text_unidecode
perl_unicode_eastasianwidth
perl_xml_parser
pkgconfig
readline
ruby
sed
slang
texinfo
trousers
unzip
util_macros
...
...
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