Skip to content

Commit

Permalink
Adding Safari for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jivkok committed Oct 6, 2012
1 parent da7d581 commit f360a7a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Safari/Tools/ChocolateyInstall.ps1
@@ -0,0 +1 @@
Install-ChocolateyPackage 'safari' 'exe' '/passive' 'http://appldnld.apple.com/Safari5/041-5487.20120509.INU8B/SafariSetup.exe'
17 changes: 17 additions & 0 deletions Safari/safari.nuspec
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>5.1.7.1</version>
<authors>Apple Corp.</authors>
<owners>Jivko Kolev</owners>
<projectUrl>http://www.apple.com/safari/</projectUrl>
<iconUrl>http://images.apple.com/safari/images/overview_title.jpg</iconUrl>
<licenseUrl>http://www.apple.com/legal/terms/site.html</licenseUrl>
<id>safari</id>
<title>Safari</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Safari Web Browser.</description>
<summary>Safari Web Browser.</summary>
<tags>safari web browser apple</tags>
</metadata>
</package>

0 comments on commit f360a7a

Please sign in to comment.