Commit a2c58531 authored by Ed Reel's avatar Ed Reel

Prepare for pre-built binaries

Add pre-built binaries
parent 3e9a7e3a
......@@ -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'
......
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