Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Pandoc recipes #413

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Pandoc/Pandoc.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ To download Intel use: "x86_64" in the DOWNLOAD_ARCH variable</string>
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>DeprecationWarning</string>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Consider switching to the Pandoc recipes in the jleggat-recipes repo. This recipe is deprecated and will be removed in the future.</string>
</dict>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion Pandoc/Pandoc.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Pandoc is a Haskell library for converting from one markup format to another, an
<key>MinimumVersion</key>
<string>1.1</string>
<key>ParentRecipe</key>
<string>com.github.dataJAR-recipes.download.Pandoc</string>
<string>com.github.jleggat.download.pandoc</string>
<key>Process</key>
<array>
<dict>
Expand Down