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
04b7e798
Commit
04b7e798
authored
Jan 31, 2017
by
lyxell
Committed by
GitHub
Jan 31, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #446 from cstrouse/update-tig
Update tig to 2.2.1
parents
d83eb8ae
1e3137f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
packages/tig.rb
packages/tig.rb
+5
-4
No files found.
packages/tig.rb
View file @
04b7e798
require
'package'
# include package class file
require
'package'
# include package class file
class
Tig
<
Package
# name the package and make it a Package class instance
class
Tig
<
Package
# name the package and make it a Package class instance
version
'
1.9a
'
# software version
version
'
2.2.1
'
# software version
source_url
'http
://jonas.nitro.dk/tig/releases/tig-2.0.2
.tar.gz'
# software source tarball url
source_url
'http
s://github.com/jonas/tig/archive/tig-2.2.1
.tar.gz'
# software source tarball url
source_sha1
'
de01c3a52952172e42ae642d97a55505d7e09ef
d'
# source tarball sha1 sum
source_sha1
'
704e35ad3f54024d7ce14dade4294aacc0744b3
d'
# source tarball sha1 sum
depends_on
'readline'
# software dependencies
depends_on
'readline'
# software dependencies
depends_on
'ncurses'
depends_on
'ncurses'
def
self
.
build
# self.build contains commands needed to build the software from source
def
self
.
build
# self.build contains commands needed to build the software from source
system
"CPPFLAGS=-I/usr/local/include/ncurses ./configure"
system
"./autogen.sh"
system
"./configure"
,
"--prefix=/usr/local"
system
"make"
# ordered chronologically
system
"make"
# ordered chronologically
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