-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOpenRA-FreeType6.nuspec
32 lines (32 loc) · 1.35 KB
/
OpenRA-FreeType6.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package>
<metadata>
<id>OpenRA-Freetype6</id>
<version>0.0.1</version> <!-- Version is set during packaging. -->
<authors>OpenRA</authors>
<owners>OpenRA</owners>
<projectUrl>https://github.com/OpenRA/FreeType</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
This is a version of FreeType patched and packaged for OpenRA.
The package includes the native binaries for FreeType 2.13.0.
</description>
<!-- Copyright claim taken from their GitHub repository. -->
<copyright>
Copyright (C) 2013-2023 by David Turner, Robert Wilhelm, and Werner Lemberg
</copyright>
<license type="expression">FTL OR GPL-2.0-only</license>
<tags>OpenRA natives FreeType</tags>
<releaseNotes>
</releaseNotes>
</metadata>
<files>
<file src="OpenRA-Freetype6.targets" target="build" />
<file src="native/win/x86/freetype6.dll" target="native/win-x86" />
<file src="native/win/x64/freetype6.dll" target="native/win-x64" />
<file src="native/linux/x64/freetype6.so" target="native/linux-x64" />
<file src="native/linux/arm64/freetype6.so" target="native/linux-arm64" />
<file src="native/osx/x86_64/freetype6.dylib" target="native/osx-x64" />
<file src="native/osx/arm64/freetype6.dylib" target="native/osx-arm64" />
</files>
</package>