Commit c8208575 authored by Terra Branford's avatar Terra Branford Committed by Ed Reel

Update quakespasm.rb (#2658)

parent e4fe9e2a
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment