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
5916bad5
Commit
5916bad5
authored
6 years ago
by
Chris Thurber
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2578 from uberhacker/update-qb64-package
Add pre-built binaries for qb64
parents
3e9a7e3a
a2c58531
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
packages/qb64.rb
packages/qb64.rb
+13
-0
No files found.
packages/qb64.rb
View file @
5916bad5
...
...
@@ -7,6 +7,19 @@ class Qb64 < Package
source_url
'https://www.qb64.org/autobuilds/master/qb64_2018-02-28-12-16-57_c3ad985-master_lnx.tar.gz'
source_sha256
'47c739847e3f0d517150eae28e459e4c2cc1f904c1ab11eb7d089810d56e044a'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/qb64-1.2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/qb64-1.2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/qb64-1.2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/qb64-1.2-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'52da6cf27545c7274592622927df205de268cbd8f4be87c75ff845ec68120cd4'
,
armv7l:
'52da6cf27545c7274592622927df205de268cbd8f4be87c75ff845ec68120cd4'
,
i686:
'7aef527455b9dcf70438665b901d0e5f80e57e1ad9079cf767397476338355d8'
,
x86_64:
'f93227d12bceb6248131ceecd2d542c995a4476185c6bb1f00095135879acf49'
,
})
depends_on
'libglu'
depends_on
'freeglut'
depends_on
'alsa_lib'
...
...
This diff is collapsed.
Click to expand it.
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