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
cb36b725
Commit
cb36b725
authored
Nov 01, 2017
by
Casey Strouse
Committed by
GitHub
Nov 01, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1323 from uberhacker/add-dfc-package
Add dfc package
parents
913f8a71
c1b53927
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
packages/dfc.rb
packages/dfc.rb
+20
-0
No files found.
packages/dfc.rb
0 → 100644
View file @
cb36b725
require
'package'
class
Dfc
<
Package
description
'dfc displays file system space usage using graphs and colors.'
homepage
'https://projects.gw-computing.net/projects/dfc'
version
'3.1.1'
source_url
'https://projects.gw-computing.net/attachments/download/615/dfc-3.1.1.tar.gz'
source_sha256
'962466e77407dd5be715a41ffc50a54fce758a78831546f03a6bb282e8692e54'
depends_on
'cmake'
=>
:build
depends_on
'gettext'
def
self
.
build
system
"cmake . -DPREFIX=
#{
CREW_PREFIX
}
-DCMAKE_BUILD_TYPE=RELEASE"
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