Initial release
This commit is contained in:
14
recipes/default.rb
Normal file
14
recipes/default.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Cookbook:: deno
|
||||
# Recipe:: default
|
||||
#
|
||||
|
||||
package 'unzip'
|
||||
|
||||
ark 'deno' do
|
||||
url node['deno']['download_url']
|
||||
checksum node['deno']['checksum']
|
||||
creates 'deno'
|
||||
path '/usr/local/bin'
|
||||
action :cherry_pick
|
||||
end
|
||||
Reference in New Issue
Block a user