mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Add git with dependencies to pacakges
This commit is contained in:
11
packages/perl.rb
Normal file
11
packages/perl.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
require 'package'
|
||||
|
||||
class Perl < Package
|
||||
version '5.16.3'
|
||||
binary_url ({
|
||||
i686: 'https://dl.dropboxusercontent.com/s/qwbwhvqed0yyv3l/perl-5.16.3-chromeos-i686.tar.gz?token_hash=AAHjq1OrZ3iNYerA9y6QIPtsn3fOnW5QeIFbYlBbBN-OkA&dl=1'
|
||||
})
|
||||
binary_sha1 ({
|
||||
i686: 'e2a8c5280b8a4abec70256f41d5e5b04253d6796'
|
||||
})
|
||||
end
|
||||
Reference in New Issue
Block a user