github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/winpkg/chocolatey/ddev.nuspec (about)

     1  <?xml version="1.0" encoding="utf-8"?>
     2  
     3  <!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
     4  <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
     5    <metadata>
     6      <!-- == PACKAGE SPECIFIC SECTION == -->
     7      <id>ddev</id>
     8      <version>REPLACE_DDEV_VERSION</version>
     9      <packageSourceUrl>https://github.com/drud/ddev/tree/master/winpkg/chocolatey</packageSourceUrl>
    10      <owners>Randy Fay</owners>
    11  
    12      <title>ddev (Install)</title>
    13      <authors>Localdev Foundation</authors>
    14      <projectUrl>https://github.com/drud/ddev</projectUrl>
    15      <licenseUrl>https://github.com/drud/ddev/blob/master/LICENSE</licenseUrl>
    16      <requireLicenseAcceptance>true</requireLicenseAcceptance>
    17      <docsUrl>https://ddev.readthedocs.io/en/stable/</docsUrl>
    18      <bugTrackerUrl>https://github.com/drud/ddev/issues</bugTrackerUrl>
    19      <tags>ddev drupal TYPO3 backdrop php</tags>
    20      <summary>DDEV is a local web development tool optimized for PHP projects and CMSs.</summary>
    21      <description>ddev allows developers to use both nginx and apache, and many versions of PHP, with no host configurations. It works for most web apps, but has a bias toward TYPO3 and Drupal and Wordpress.</description>
    22      <releaseNotes>See https://github.com/drud/ddev/releases/tag/vREPLACE_DDEV_VERSION</releaseNotes>
    23    <dependencies>
    24        <dependency id="gsudo" />
    25        <dependency id="ngrok" />
    26        <dependency id="mkcert" />
    27        <dependency id="nssm" />
    28    </dependencies>
    29  
    30    </metadata>
    31    <files>
    32      <file src="tools/**" target="tools" />
    33    </files>
    34  
    35  </package>