Commit 2b704ad1 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Add pre-built binaries for emacs and gemacs (#4206)

parent 3fcde303
......@@ -9,8 +9,16 @@ class Emacs < Package
source_sha256 '4a4c128f915fc937d61edfc273c98106711b540c9be3cd5d2e2b9b5b2f172e41'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/emacs-27.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/emacs-27.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/emacs-27.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/emacs-27.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '2a4c0e724b6d5d05ae99418cad0557dc6e72c04e66dbccc041971bd3d954f408',
armv7l: '2a4c0e724b6d5d05ae99418cad0557dc6e72c04e66dbccc041971bd3d954f408',
i686: 'e428b1bcf011ce6a81a057b7b757436385ad11c5e3b34d5508d2ed3411b27047',
x86_64: 'ee87e75116c30bdfcab5c92dff5f7413c6b7bdc1fe813727dce16f21f2b0ec61',
})
depends_on 'lcms'
......
......@@ -9,8 +9,16 @@ class Gemacs < Package
source_sha256 '4a4c128f915fc937d61edfc273c98106711b540c9be3cd5d2e2b9b5b2f172e41'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/gemacs-27.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/gemacs-27.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/gemacs-27.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/gemacs-27.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '303510f76a0b25adbf43299521ff13ca40dfb5442e907084b06865515eb56b6e',
armv7l: '303510f76a0b25adbf43299521ff13ca40dfb5442e907084b06865515eb56b6e',
i686: 'c5e322757cc41505365d52f48a1668c1fb44d28ded3ac75687c6f7e96bc38c8e',
x86_64: 'e6ab6fb5a2aa094a2589a805e2539b0fc2a1dbddbb88d203e2c536dcf903aba8',
})
depends_on 'giflib'
......
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