summaryrefslogtreecommitdiff
path: root/cookbooks
diff options
context:
space:
mode:
Diffstat (limited to 'cookbooks')
-rw-r--r--cookbooks/gnuradio/recipes/default.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/cookbooks/gnuradio/recipes/default.rb b/cookbooks/gnuradio/recipes/default.rb
new file mode 100644
index 0000000..e97c5fc
--- /dev/null
+++ b/cookbooks/gnuradio/recipes/default.rb
@@ -0,0 +1,3 @@
+package 'build-essential'
+package 'git'
+package 'subversion'