<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>pkg/Description.plist</filename>
    </added>
    <added>
      <filename>pkg/Info.plist</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -101,3 +101,20 @@
       (SH &quot;mkdir dmg; cp -Rp '#{@framework}.framework' dmg&quot;)
       (SH &quot;hdiutil create -srcdir dmg '#{@framework}.dmg' -volname '#{@framework}'&quot;)
       (SH &quot;rm -rf dmg&quot;))
+
+(task &quot;installer&quot; =&gt; &quot;framework&quot; is
+      (SH &quot;sudo rm -rf package dmg Nu.dmg&quot;)
+      (SH &quot;mkdir -p package/Library/Frameworks&quot;)
+      (SH &quot;mkdir -p package/usr/local/bin&quot;)
+      (SH &quot;mkdir -p package/usr/local/share&quot;)
+      (SH &quot;cp -pRfv #{@framework}.framework package/Library/Frameworks/#{@framework}.framework&quot;)
+      (SH &quot;cp -pRfv share/nu package/usr/local/share&quot;)
+      (SH &quot;cp -pRfv examples package/usr/local/share/nu&quot;)
+      (SH &quot;cp nush package/usr/local/bin&quot;)
+      (SH &quot;cp tools/* package/usr/local/bin&quot;)
+      (SH &quot;sudo chown -R root package&quot;)
+      (SH &quot;sudo chgrp -R admin package&quot;)
+      (SH &quot;/Developer/Tools/packagemaker -build -f package -p Nu.pkg -d pkg/Description.plist -i pkg/Info.plist&quot;)
+      (SH &quot;mkdir dmg; mv Nu.pkg dmg&quot;)
+      (SH &quot;hdiutil create -srcdir dmg Nu.dmg -volname Nu&quot;)
+      (SH &quot;sudo rm -rf dmg package&quot;))
\ No newline at end of file</diff>
      <filename>Nukefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8e46f57e0c9280852f6fbc6da5487c2863868c1f</id>
    </parent>
  </parents>
  <author>
    <name>Tim Burks</name>
    <email>tim@neontology.com</email>
  </author>
  <url>http://github.com/timburks/nu/commit/73565290b91d6355be62f88e143f191b2cc04777</url>
  <id>73565290b91d6355be62f88e143f191b2cc04777</id>
  <committed-date>2007-09-26T23:06:53-07:00</committed-date>
  <authored-date>2007-09-26T23:06:53-07:00</authored-date>
  <message>Added nuke task to build installer packages: &quot;nuke installer&quot;.</message>
  <tree>9c96a274513134edcc06e76aab467d1dfff06cfe</tree>
  <committer>
    <name>Tim Burks</name>
    <email>tim@neontology.com</email>
  </committer>
</commit>
