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
c8208575
Commit
c8208575
authored
Sep 13, 2018
by
Terra Branford
Committed by
Ed Reel
Sep 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update quakespasm.rb (#2658)
parent
e4fe9e2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
packages/quakespasm.rb
packages/quakespasm.rb
+7
-12
No files found.
packages/quakespasm.rb
View file @
c8208575
...
...
@@ -3,22 +3,12 @@ require 'package'
class
Quakespasm
<
Package
description
'A modern, cross-platform Quake game engine based on FitzQuake.'
homepage
'http://quakespasm.sourceforge.net'
version
'0.93.1'
version
'0.93.1
-1
'
source_url
'https://sourceforge.net/projects/quakespasm/files/Source/quakespasm-0.93.1.tgz'
source_sha256
'ed3ee6ba7e3d9454c7620757cc166e13d892f1167c7b74bef4f067e350d835ae'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/quakespasm-0.93.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/quakespasm-0.93.1-chromeos-armv7l.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/quakespasm-0.93.1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'a9886d9da1595439d73b5c3df1e4501e7bbea3a3d0d1875a093dea17d0674e88'
,
armv7l:
'a9886d9da1595439d73b5c3df1e4501e7bbea3a3d0d1875a093dea17d0674e88'
,
x86_64:
'dae60b0d600c04df0ed8bc5b18c3b00b17a21129f8ae386d4f19e726377af230'
,
})
depends_on
'libglu'
depends_on
'libsdl'
depends_on
'libvorbis'
depends_on
'libmad'
depends_on
'freeglut'
...
...
@@ -36,4 +26,9 @@ class Quakespasm < Package
system
"make"
,
"install"
end
end
def
self
.
postinstall
puts
"Please make sure you have the proper .pak and/or .wad files to play Quake!"
.
lightblue
puts
"By default, quakespasm uses the current directory, but you can also specify the -basedir option."
.
lightblue
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