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
a1f91100
Commit
a1f91100
authored
Sep 29, 2017
by
Ed Reel
Committed by
GitHub
Sep 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1246 from wwwiiilll/add-stow-package
Add stow package
parents
e4e5b957
cb508245
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
packages/stow.rb
packages/stow.rb
+21
-0
No files found.
packages/stow.rb
0 → 100644
View file @
a1f91100
require
'package'
class
Stow
<
Package
description
'Manage installation of multiple softwares in the same directory tree'
homepage
'https://www.gnu.org/software/stow/'
version
'2.2.2'
source_url
'https://ftp.gnu.org/gnu/stow/stow-2.2.2.tar.gz'
source_sha256
'e2f77649301b215b9adbc2f074523bedebad366812690b9dc94457af5cf273df'
depends_on
'buildessential'
=>
:build
depends_on
'perl'
def
self
.
build
system
"./configure"
,
"--prefix=
#{
CREW_PREFIX
}
"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
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