forked from doka/simpleweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-distro.make
24 lines (19 loc) · 879 Bytes
/
build-distro.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; make file for simpleweb profile
; Use this file to build a full distro including Drupal core and
; install profile using the following command:
;
; $ drush make https://raw.githubusercontent.com/doka/simpleweb/master/build-distro.make [directory]
; interfaces
; ----------
api = 2
core = 7.x
; Drupal core =================================================================
projects[drupal][type] = core
projects[drupal][version] = "7.67"
; External libraries ==========================================================
includes[] = https://raw.github.com/doka/ckedit/master/libraries.make
; simpleweb profile ===========================================================
projects[simpleweb][type] = profile
projects[simpleweb][download][type] = git
projects[simpleweb][download][url] = "git://github.com/doka/simpleweb.git"
projects[simpleweb][download][branch] = master