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
d6c5de78
Commit
d6c5de78
authored
Feb 19, 2021
by
saltedcoffii
Committed by
GitHub
Feb 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[New Package] btrfsprogs (#5162)
* [New Package] btrfsprogs * Improve homepage
parent
d25bf1b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
packages/btrfsprogs.rb
packages/btrfsprogs.rb
+29
-0
No files found.
packages/btrfsprogs.rb
0 → 100644
View file @
d6c5de78
require
'package'
class
Btrfsprogs
<
Package
description
'BTRFS is a modern copy on write filesystem for Linux aimed at implementing advanced features while also focusing on fault tolerance, repair and easy administration.'
homepage
'https://btrfs.wiki.kernel.org/index.php/Main_Page'
version
'5.10.1'
compatibility
'all'
source_url
'https://github.com/kdave/btrfs-progs/archive/v5.10.1.tar.gz'
source_sha256
'69788461f7076951f7235b87d0a5615683151dfbfaaa93f645279bf757e85769'
depends_on
'util_linux'
depends_on
'libgcrypt'
depends_on
'lzo'
# depends_on 'e2fsprogs'
def
self
.
build
system
"./autogen.sh"
system
"./configure
#{
CREW_OPTIONS
}
\
--disable-documentation \
--disable-convert \
--with-crypto=libgcrypt"
# --with-convert=ext2 # Convert fails to build, help appreciated
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