Commit 28055228 authored by Michał Siwek's avatar Michał Siwek

Create ncurses and vim packages

parent 8ad1cc28
require 'package'
class Ncurses < Package
version '5.9'
binary_url ({
i686: 'https://dl.dropboxusercontent.com/s/aule5impm7ek644/ncurses-5.9-chromeos-i686.tar.gz?token_hash=AAH6Z34Dd17OeG_to_cD7z_1bc95AObrDrfU2mHGhZ-3bg&dl=1'
})
binary_sha1 ({
i686: 'a46463be1b8f7cd3af8309e49fd6bc60cf0e5341'
})
end
require 'package'
class Vim < Package
version '7.3'
binary_url ({
i686: 'https://dl.dropboxusercontent.com/s/s6ya4cyeee7ywo9/vim-7.3-chromeos-i686.tar.gz?token_hash=AAEI_tXjoKfOGEWKN3fajxskcCxlOjxuANGIvu-nSABANQ&dl=1'
})
binary_sha1 ({
i686: '5ff6cf19c34582027092d342fc835b0f32c63be0'
})
depends_on 'ncurses'
end
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