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
Łukasz Nowak
chromebrew
Commits
a929acef
Commit
a929acef
authored
Jun 28, 2020
by
Ed Reel
Committed by
GitHub
Jun 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add squeak package (#4150)
parent
47fee6af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
packages/squeak.rb
packages/squeak.rb
+23
-0
No files found.
packages/squeak.rb
0 → 100644
View file @
a929acef
require
'package'
class
Squeak
<
Package
description
'Squeak is an open-source Smalltalk programming system with fast execution environments for all major platforms.'
homepage
'https://squeak.org/'
version
'5.3-19439'
compatibility
'x86_64'
case
ARCH
when
'x86_64'
source_url
'http://files.squeak.org/5.3/Squeak5.3-19439-64bit/Squeak5.3-19439-64bit-202003021730-Linux.zip'
source_sha256
'c2e64c9eabf5e94a19766b5fab809b37986c3874767d0fdba4b6139043dfa19a'
end
depends_on
'pulseaudio'
depends_on
'sommelier'
def
self
.
install
FileUtils
.
mkdir_p
"
#{
CREW_DEST_PREFIX
}
/bin"
FileUtils
.
mkdir_p
"
#{
CREW_DEST_PREFIX
}
/share/squeak"
FileUtils
.
cp_r
'.'
,
"
#{
CREW_DEST_PREFIX
}
/share/squeak"
FileUtils
.
ln_s
"
#{
CREW_PREFIX
}
/share/squeak/squeak.sh"
,
"
#{
CREW_DEST_PREFIX
}
/bin/squeak"
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