bfd7536ec808db9982ede9e6f86b0efbb8797ada
[yaffs-website] / vendor / drush / drush / tests / makefiles / subtree.make
1 core = 6.x
2 api = 2
3
4 ; nivo-slider2.7.1.zip contains Mac OS X metadata (a "__MACOSX/" folder) in addition to the desired content in the "nivo-slider/" folder.
5 ; Using the "subtree" directive, we tell Drush Make we only want the "nivo-slider/" folder.
6 libraries[nivo-slider][download][type] = get
7 libraries[nivo-slider][download][url] = https://github.com/downloads/gilbitron/Nivo-Slider/nivo-slider2.7.1.zip
8 libraries[nivo-slider][download][sha1] = bd8e14b82f5b9c6f533a4e1aa26a790cd66c3cb9
9 libraries[nivo-slider][download][subtree] = nivo-slider
10
11 ; Tell Drush Make we only want the "fullcalendar-1.5.3/fullcalendar/" folder.
12 libraries[fullcalendar][download][type] = get
13 libraries[fullcalendar][download][url] = https://github.com/arshaw/fullcalendar/releases/download/v1.5.3/fullcalendar-1.5.3.zip
14 libraries[fullcalendar][download][sha1] = c7219b1ddd2b11ccdbf83ebd116872affbc45d7a
15 libraries[fullcalendar][download][subtree] = fullcalendar-1.5.3/fullcalendar