forked from rami3l/pacaptr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- 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. --> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> | ||
<metadata> | ||
<id>pacaptr</id> | ||
<version>{version}</version> | ||
<packageSourceUrl>https://github.com/rami3l/pacaptr</packageSourceUrl> | ||
<owners>Rami3L</owners> | ||
<!-- ============================== --> | ||
|
||
<!-- == SOFTWARE SPECIFIC SECTION == --> | ||
<!-- This section is about the software itself --> | ||
<title>pacaptr (Install)</title> | ||
<authors>Rami3L</authors> | ||
<!-- projectUrl is required for the community feed --> | ||
<projectUrl>https://github.com/rami3l/pacaptr</projectUrl> | ||
<!--<iconUrl>http://cdn.rawgit.com/__REPLACE_YOUR_REPO__/master/icons/pacaptr.png</iconUrl>--> | ||
<copyright>2020 Rami3L</copyright> | ||
<!-- If there is a license Url available, it is required for the community feed --> | ||
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<projectSourceUrl>https://github.com/rami3l/pacaptr</projectSourceUrl> | ||
<!--<docsUrl>At what url are the software docs located?</docsUrl>--> | ||
<!--<mailingListUrl></mailingListUrl>--> | ||
<bugTrackerUrl>https://github.com/rami3l/pacaptr/issues</bugTrackerUrl> | ||
<tags>pacaptr pacman</tags> | ||
<summary>Pacman syntax wrapper for homebrew, chocolatey, apt, and more.</summary> | ||
<!-- <description>${description}</description> --> | ||
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> --> | ||
<!-- =============================== --> | ||
|
||
<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files --> | ||
<!--<dependencies> | ||
<dependency id="" version="__MINIMUM_VERSION__" /> | ||
<dependency id="" version="[__EXACT_VERSION__]" /> | ||
<dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_INCLUSIVE]" /> | ||
<dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" /> | ||
<dependency id="" /> | ||
<dependency id="chocolatey-core.extension" version="1.1.0" /> | ||
</dependencies>--> | ||
<!-- chocolatey-core.extension - https://chocolatey.org/packages/chocolatey-core.extension | ||
- You want to use Get-UninstallRegistryKey on less than 0.9.10 (in chocolateyUninstall.ps1) | ||
- You want to use Get-PackageParameters and on less than 0.11.0 | ||
- You want to take advantage of other functions in the core community maintainer's team extension package | ||
--> | ||
|
||
<!--<provides>NOT YET IMPLEMENTED</provides>--> | ||
<!--<conflicts>NOT YET IMPLEMENTED</conflicts>--> | ||
<!--<replaces>NOT YET IMPLEMENTED</replaces>--> | ||
</metadata> | ||
<files> | ||
<!-- this section controls what actually gets packaged into the Chocolatey package --> | ||
<file src="tools\**" target="tools" /> | ||
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />--> | ||
</files> | ||
</package> |
Empty file.