Commit 1b960c16 authored by Ed Reel's avatar Ed Reel

Add pre-built binaries for dbus, libuv, qemu and r packages

Replace local binary test file
parent b0f4dcd6
......@@ -7,6 +7,19 @@ class Dbus < Package
source_url 'https://dbus.freedesktop.org/releases/dbus/dbus-1.12.2.tar.gz'
source_sha256 '272bb5091770b047c8188b926d5e6038fa4fe6745488b2add96b23e2d9a83d88'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/dbus-1.12.2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/dbus-1.12.2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/dbus-1.12.2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/dbus-1.12.2-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '854f54dd96cbfbdd63c6108d66d96ae2ca7c15780296536646b91d447cf76ae7',
armv7l: '854f54dd96cbfbdd63c6108d66d96ae2ca7c15780296536646b91d447cf76ae7',
i686: '9c1fc9ca5f1704c2725d6639c52f2ee31de4dc7c3a4360d2670565eb711659aa',
x86_64: 'ca87af2a65b2f1f48877446f0f02f7d2535d21a0797f067d45dab45bf5e2d558',
})
depends_on 'expat'
def self.build
......
......@@ -7,6 +7,19 @@ class Libuv < Package
source_url 'https://dist.libuv.org/dist/v1.18.0/libuv-v1.18.0.tar.gz'
source_sha256 '54e4734da09172f19d5061dcfd7a536fe4c3a8dc12ed981a14a58ac17efdab88'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libuv-1.18.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libuv-1.18.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libuv-1.18.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libuv-1.18.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '8dee95617be290c9fa4292973bd06e20a3167f8ab2e04164e4ae48953022664a',
armv7l: '8dee95617be290c9fa4292973bd06e20a3167f8ab2e04164e4ae48953022664a',
i686: '3a5c4b72c075019b940faaec252ad7c632bc93ea3b00a6259488788b27140e38',
x86_64: '32ab49169ef9aa53b677ea83bf2cb5c1ad343fa962ba096189b2bf4012e17f66',
})
depends_on 'automake'
depends_on 'glibc'
depends_on 'libtool'
......
......@@ -8,8 +8,16 @@ class Qemu < Package
source_sha256 'fcfdaa1ecdaac8aead616fe811bfb8fe4a8f2cd59796aa446c5175b5af0e829f'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.10.2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.10.2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.10.2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/qemu-2.10.2-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'fc371b5716a93066b585a6d4acdedb61fa0af418f5b6fd4b9403802074a6a4c0',
armv7l: 'fc371b5716a93066b585a6d4acdedb61fa0af418f5b6fd4b9403802074a6a4c0',
i686: 'dcdf67eb60554c25de280bd46778ac74a1b6dd33fa82c12ba024a78d97b5aed3',
x86_64: 'b46fe6d1cf03b5e4f9c4480538ebb4fe0c96934de75913a22a3d5858b26e33ff',
})
depends_on 'automake' => :build
......
......@@ -7,6 +7,19 @@ class R < Package
source_url 'https://cran.r-project.org/src/base/R-3/R-3.4.3.tar.gz'
source_sha256 '7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/r-3.4.3-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/r-3.4.3-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/r-3.4.3-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/r-3.4.3-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '49a5b66353b19c4078daa3081819348f391949dfaea74b25a4a08c15fe6b0d58',
armv7l: '49a5b66353b19c4078daa3081819348f391949dfaea74b25a4a08c15fe6b0d58',
i686: 'b3ef1c5ee0c69f8da1dda0292299df1ffc6692c63198a87fe7add6a8bcecd84c',
x86_64: '997022827cf2709da1c76ab9ffbefcec6f5be21df2a72b1c33c2a797a77dcead',
})
# depends_on 'gfortran' # require gfortran enabled gcc
depends_on 'pcre' # need to use pcre not pcre2
depends_on 'zlibpkg'
......
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