Commit 9c2db749 authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2126 from uberhacker/add-pre-built-binaries-gusb-phive-youtubedl

Add pre-built binaries for gusb, phive and youtubedl packages
parents 1b0ef449 ddd42478
......@@ -7,6 +7,19 @@ class Gusb < Package
source_url 'https://github.com/hughsie/libgusb/archive/gusb_0_2_11.tar.gz'
source_sha256 '090eb605e75f8a5b0b3df7ff29d96dd51730850ac89417378d4a8d39fab13702'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/gusb-0.2.11-0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/gusb-0.2.11-0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/gusb-0.2.11-0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/gusb-0.2.11-0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '7c75eff68455aad38547deac7a50f44992bc47dc8a72ec12e5038f72783266cb',
armv7l: '7c75eff68455aad38547deac7a50f44992bc47dc8a72ec12e5038f72783266cb',
i686: '84a56516c6b57823eb7f921c96e7de2989b6fc6b0fbd2777b15510059cc8f04f',
x86_64: 'fa9af05a8ab68391a7221b5b3b6feb986b66c40f1bbebde98bf1a1c4fd9089bd',
})
depends_on 'gtk_doc'
depends_on 'libusb'
depends_on 'gobject_introspection'
......
......@@ -8,12 +8,19 @@ class Phive < Package
source_sha256 '711659b2293015c1bc81755bb56746fc86f1c6c6c3b87eaaddaa56d29c86c0ad'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/phive-0.9.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/phive-0.9.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/phive-0.9.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/phive-0.9.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '3cc4a5b1b583a3fdda8df1ec7772a1982a9566fabbd1cfa2cfeb4797676a5d22',
armv7l: '3cc4a5b1b583a3fdda8df1ec7772a1982a9566fabbd1cfa2cfeb4797676a5d22',
i686: '696d5c1d32ae643088989767e333aa735d5b059734f7771d8c6ae87625bea314',
x86_64: '49b75dfccdf0f14a516c67dc923603d579ea4bd9dcac49892eb483e578aaaf49',
})
depends_on 'composer'
depends_on 'gnupg'
def self.install
system "composer install"
......
......@@ -8,8 +8,16 @@ class Youtubedl < Package
source_sha256 'a977d04aa201ef35f8a6dc66b19204a9093b26c9d04d643089a1d467ba4e0682'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2018.03.20-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2018.03.20-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2018.03.20-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/youtubedl-2018.03.20-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '0fddeb1bb9e8032d393cb343277061d3b0be3dea42eff575d77524a959548014',
armv7l: '0fddeb1bb9e8032d393cb343277061d3b0be3dea42eff575d77524a959548014',
i686: '75dbe3fa49ab8ad2c2c4aae01bc173a39c687dfa6a476169d57f2b77bb7fd907',
x86_64: '0c1a26f44ae3e0f8e23f69e6a2086619519e5f680a0f5b42b1aa5b591a77539c',
})
depends_on 'python27'
......
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