Files
ChocolateyPackages/SourceCodePro/SourceCodePro.nuspec
2012-10-10 03:00:39 -04:00

23 lines
1.2 KiB
XML

<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>SourceCodePro</id>
<title>Source Code Pro Programming Font</title>
<version>1.010</version>
<authors>Adobe Systems Incorporated</authors>
<owners>Ethan Brown</owners>
<summary>Monospaced OpenType programming font</summary>
<description>Source Code Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments. In addition to a functional OpenType font, this open source project provides all of the source files that were used to build this OpenType font by using the AFDKO makeotf tool.
</description>
<projectUrl>https://github.com/adobe/Source-Code-Pro</projectUrl>
<tags>monospace opentype programming font</tags>
<licenseUrl>https://github.com/adobe/Source-Code-Pro/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://blogs.adobe.com/typblography/files/2012/09/SourceCodeSplash.png</iconUrl>
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>