Skip to content

Instantly share code, notes, and snippets.

@boombatower
Created April 13, 2011 10:42
Show Gist options
  • Select an option

  • Save boombatower/917338 to your computer and use it in GitHub Desktop.

Select an option

Save boombatower/917338 to your computer and use it in GitHub Desktop.
diff --git geshifilter.make geshifilter.make
new file mode 100644
index 0000000..8c05056
--- /dev/null
+++ geshifilter.make
@@ -0,0 +1,15 @@
+; Drush Make (http://drupal.org/project/drush_make)
+api = 2
+
+; Drupal core
+
+core = 7.x
+projects[drupal] = 7
+
+; Dependencies
+
+projects[geshi][type] = library
+projects[geshi][download][type] = svn
+projects[geshi][download][url] = https://geshi.svn.sourceforge.net/svnroot/geshi/tags/RELEASE_1_0_8_10/geshi-1.0.X/src/
+
+projects[libraries] = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment