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
fbf9eb34
Commit
fbf9eb34
authored
Apr 02, 2021
by
satmandu
Committed by
GitHub
Apr 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add squashfuse (#5521)
parent
73dee565
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
packages/squashfuse.rb
packages/squashfuse.rb
+42
-0
No files found.
packages/squashfuse.rb
0 → 100644
View file @
fbf9eb34
# Adapted from Arch Linux squashfuse PKGBUILD at:
# https://github.com/archlinux/svntogit-packages/raw/packages/squashfuse/trunk/PKGBUILD
require
'package'
class
Squashfuse
<
Package
description
'FUSE filesystem to mount squashfs archives'
homepage
'https://github.com/vasi/squashfuse'
version
'0.1.104'
license
'custom'
compatibility
'all'
source_url
'https://github.com/vasi/squashfuse/releases/download/0.1.104/squashfuse-0.1.104.tar.gz'
source_sha256
'aa52460559e0d0b1753f6b1af5c68cfb777ca5a13913285e93f4f9b7aa894b3a'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/squashfuse-0.1.104-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/squashfuse-0.1.104-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/squashfuse-0.1.104-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/squashfuse-0.1.104-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'83bad067dece48c952a5fd510fdc2f62d4a790d6134f0015eb1c958bb66a4507'
,
armv7l:
'83bad067dece48c952a5fd510fdc2f62d4a790d6134f0015eb1c958bb66a4507'
,
i686:
'afb0d28b2ee43ebc540e6b1d3c4cc56324a3356bd33cea66e47d2ba3797bf5ca'
,
x86_64:
'df130e28a509798c98213a139936e6711b7d6d97b2510f3194820cb47e22631d'
})
depends_on
'fuse'
depends_on
'lzo'
def
self
.
build
system
"env CFLAGS='-pipe -flto=auto' \
CXXFLAGS='-pipe -flto=auto' \
LDFLAGS='-flto=auto' \
./configure
#{
CREW_OPTIONS
}
"
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