Commit 2de8a99d authored by Ed Reel's avatar Ed Reel Committed by Chris Thurber

Add pre-built binares for a-f packages (#3415)

parent 726b2f60
......@@ -8,8 +8,16 @@ class Ag < Package
source_sha256 '6a0a19ca5e73b2bef9481c29a508d2413ca1a0a9a5a6b1bd9bbd695a7626cbf9'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/ag-2.2.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/ag-2.2.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/ag-2.2.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/ag-2.2.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '0e6e5a193921c38638a3eeacff917a75cc8651335c783c392053bb825743edcd',
armv7l: '0e6e5a193921c38638a3eeacff917a75cc8651335c783c392053bb825743edcd',
i686: 'ea2bb1b33661b58d78ef874a7045f798cb61c54aa2b484987c02822a5f7a8bcf',
x86_64: 'fb1a37ce5867546e9082763bfa002a180405f2a21b3a51e99899d1c313fe13ad',
})
depends_on "autoconf" => :build
......
......@@ -8,8 +8,16 @@ class Apr < Package
source_sha256 'e2e148f0b2e99b8e5c6caa09f6d4fb4dd3e83f744aa72a952f94f5a14436f7ea'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/apr-1.7.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/apr-1.7.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/apr-1.7.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/apr-1.7.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'd69034b2a36311d738e752c3a7c8b07aa91e8b2e49672e0dbb6ecb684edd4013',
armv7l: 'd69034b2a36311d738e752c3a7c8b07aa91e8b2e49672e0dbb6ecb684edd4013',
i686: '9bdd86a0e68b90df6ac97df2cb71ef3329e0f90e9300041ae4ce7104acc9a478',
x86_64: 'dbbc258584c51eb6138e6f39f0106bdf9aa26ad9c65df2d2fba80931f7027507',
})
def self.build
......
......@@ -3,18 +3,23 @@ require 'package'
class Aspell < Package
description 'GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell.'
homepage 'http://aspell.net/'
version '0.60.7-1'
source_url 'ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.7.tar.gz'
version '0.60.7'
source_url 'https://ftpmirror.gnu.org/aspell/aspell-0.60.7.tar.gz'
source_sha256 '5ca8fc8cb0370cc6c9eb5b64c6d1bc5d57b3750dbf17887726c3407d833b70e4'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell-0.60.7-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/aspell-0.60.7-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/aspell-0.60.7-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell-0.60.7-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '55f12c38478c191f3abae82067fce39110ee4df534954ba5055a05a70c347056',
armv7l: '55f12c38478c191f3abae82067fce39110ee4df534954ba5055a05a70c347056',
i686: 'c79471f9ff59ae6775e9f1a7daf9b8d55fff4d97bc0cc5f320bd223b114661f6',
x86_64: '91bc09fb1859e4d705bed44b9b5c6f1481f65d807389f7117a6d8b95f39dac90',
})
depends_on 'ruby' unless File.exists? "#{CREW_PREFIX}/bin/ruby"
depends_on 'ncurses'
def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
system "make"
......
......@@ -2,22 +2,22 @@ require 'package'
class Aspell_en < Package
description 'English Aspell Dictionary'
homepage 'ftp://ftp.gnu.org/gnu/aspell/dict/0index.html'
version '2017.08.24-0'
source_url 'https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2017.08.24-0.tar.bz2'
source_sha256 '09b562b02195e7facd31d65241050be7ac6f78654128ab41650511bf42dd5b7c'
homepage 'https://ftpmirror.gnu.org/aspell/dict/0index.html'
version '2018.04.16-0'
source_url 'https://ftpmirror.gnu.org/aspell/dict/en/aspell6-en-2018.04.16-0.tar.bz2'
source_sha256 'f11071e74b0c0753f4afabf024941a5c3a96bafe3879211ebd47bc34e76fbd2f'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2017.08.24-0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2017.08.24-0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2017.08.24-0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2017.08.24-0-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2018.04.16-0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2018.04.16-0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2018.04.16-0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/aspell_en-2018.04.16-0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'a4c5413835190ca64d26ed007fa5da99b8567e2ba966748f93a0ba12cb4ceec1',
armv7l: 'a4c5413835190ca64d26ed007fa5da99b8567e2ba966748f93a0ba12cb4ceec1',
i686: '9d551f29ae82304dac697fd06077debb9734b071b32baf119ee24d7ff1c1f8aa',
x86_64: 'b6ec346286f878be4ae79b54a230398c1b0160e39afbe537748994ac0c08d926',
aarch64: '71c28fd24310c67fc198a2138a449b45320540c06596ba3f2a69effdf9a724de',
armv7l: '71c28fd24310c67fc198a2138a449b45320540c06596ba3f2a69effdf9a724de',
i686: 'b3141934cab8704c20785f1b1d3a636338da6308634447ba1c40cdf55ca48d23',
x86_64: 'a2df41132ccc0ee75025d43096a35e4bc182c701b074f6e87b1b3d45b55c5cf7',
})
depends_on 'aspell'
......
......@@ -8,8 +8,16 @@ class Chicken < Package
source_sha256 '5c1101a8d8faabfd500ad69101e0c7c8bd826c68970f89c270640470e7b84b4b'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/chicken-5.1.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/chicken-5.1.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/chicken-5.1.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/chicken-5.1.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '508dcf75c52f3d316a9479e593654a6db5fd8cfa54e874e673750f446a0ed8c4',
armv7l: '508dcf75c52f3d316a9479e593654a6db5fd8cfa54e874e673750f446a0ed8c4',
i686: '608ec4490b87f1b125d0577a2fc91bbc8a2d4031a4340307f7a8194ff73b2aa0',
x86_64: '43218a8fdc1f7118dd93b3955da341c76b1689d1c29615eccb378beb450ae176',
})
depends_on 'filecmd'
......
......@@ -8,8 +8,16 @@ class Docutils < Package
source_sha256 'c35e87e985f70106f6f97e050f3bed990641e0e104566134b9cd23849a460e96'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/docutils-0.15-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/docutils-0.15-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/docutils-0.15-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/docutils-0.15-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'b5e6ebde642f897d08eed30a521daaea456ac179d36a27b002205ab82ddb2a42',
armv7l: 'b5e6ebde642f897d08eed30a521daaea456ac179d36a27b002205ab82ddb2a42',
i686: 'e074c6b0893088d27811967dc9f3d9e7321d9a7704f1e468af1564261862cdd6',
x86_64: '08863068ca607c70717d9a7054ecae077ce8466fe9b06d4e3504b2e7561ee7b7',
})
depends_on 'python3'
......
......@@ -8,8 +8,16 @@ class Filecmd < Package
source_sha256 'e9c13967f7dd339a3c241b7710ba093560b9a33013491318e88e6b8b57bae07f'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/filecmd-5.37-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/filecmd-5.37-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/filecmd-5.37-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/filecmd-5.37-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '26c0e8ccc7d7d64e422d7f4deae71550646f16f3228cdd9dcc926c5dbea5eb8e',
armv7l: '26c0e8ccc7d7d64e422d7f4deae71550646f16f3228cdd9dcc926c5dbea5eb8e',
i686: '495d8a50dabff55cf4bf288aa9e8a4ab3ceadf18de20aacd96a79d0bb42219ae',
x86_64: '5df86414a61540346de2712eb7eb553a5562d17f4c3d325f4a42aa8a2bf43829',
})
def self.build
......
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