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
33d04038
Commit
33d04038
authored
Sep 17, 2018
by
James Larrowe
Committed by
Ed Reel
Sep 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated TinyCore package (#2681)
parent
8421e880
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
packages/tinycore.rb
packages/tinycore.rb
+4
-3
No files found.
packages/tinycore.rb
View file @
33d04038
...
...
@@ -4,7 +4,7 @@ class Tinycore < Package
description
'TinyCore Linux is a distro based on loop-device mounted programs, like Snaps.
This is a wrapper script to be able to execute their .tcz files.'
homepage
'https://distro.ibiblio.org/tinycorelinux/'
version
'9.0'
version
'9.0
-0
'
case
ARCH
when
'armv7l'
,
'aarch64'
source_url
'https://distro.ibiblio.org/tinycorelinux/9.x/armv7/tcz/bash.tcz'
...
...
@@ -72,11 +72,12 @@ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:#{CREW_PREFIX}/share/tinycore/$PKG/usr/local/li
puts
"Examples are located at
#{
CREW_PREFIX
}
/share/tinycore/examples/"
.
lightblue
puts
"To try TinyCore Bash, please execute:"
.
lightblue
puts
"sudo mount -o loop
#{
CREW_PREFIX
}
/share/tinycore/examples/bash.tcz
#{
CREW_PREFIX
}
/share/tinycore/bash/"
.
lightblue
puts
"tinycore bash"
.
lightblue
puts
"tinycore bash
.bash
"
.
lightblue
puts
"sudo umount
#{
CREW_PREFIX
}
/share/tinycore/bash/"
.
lightblue
puts
puts
"The executable names are in the format of Snap executable names."
.
lightblue
puts
"For eample, to execute the 'bashbug' program in the TinyCore 'bash' package, please execute:"
.
lightblue
puts
"This is imperative to be able to run TinyCore programs."
.
lightblue
puts
"For eample, to run the 'bashbug' program in the TinyCore 'bash' package, please execute:"
.
lightblue
puts
"tinycore bash.bashbug"
.
lightblue
puts
puts
"To run a binary that has a dot in its name, such as 'ld.gold', use the full name:"
.
lightblue
...
...
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