Could you add an example makefile to add the icalcreator.

Comments

coredumperror’s picture

I think I know what you're talking about (using drush make to download iCalcreator?), but I'm not familiar with how that works. I'd be happy to add this feature, though. So if you could link me to the docs I need to read to find out how to implement this, I'd appreciate it.

lsolesen’s picture

This is how I used it in a project:

core = 7.x
api = 2

libraries[iCalcreator][download][type] = "get"
libraries[iCalcreator][download][url] = "http://sourceforge.net/projects/icalcreator/files/icalcreator/2.18/iCalcreator-2.18.zip/download"
libraries[iCalcreator][directory_name] = ""
libraries[iCalcreator][destination] = "libraries"

However, it does not download the actual project, but a link to a zip-file. So what is needed to get that to work is the correct link to the zip-tarball, that drush can handle.

coredumperror’s picture

OK, I added a make file called date_ical.make to Date iCal 2.11. Once it's available for download (should be fairly soon), you can use it by cd'ing to your site's root directory and running:

drush make sites/all/modules/date_ical/date_ical.make --no-core

coredumperror’s picture

Status: Active » Fixed
coredumperror’s picture

Update: You'll need Date iCal 2.12 for this fix. A bizarre PHP syntax error slipped by me when I released v2.11.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.