Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 714 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 714 Bytes

== ARCHIVE NOTE ==

This repo was archived because ALL iceshard conan recipes now reside in iceshard-engine/conan-recipes.

conan-recipe-template

A template repository to be used for new Conan recipes.

The '.gitattributes'

Required to ensure that both on Windows and Linux files used in calculating the Recipe Revision Hash are exactly the same. The problem here is, that different line endings will produce a different recipe hash, which in turn will make packages incompatible depending on which system was uploading it's recipe first.

The 'conanfile.py'

This file provides a skeleton that can be used withing this repository to build recipes.