diff --git a/README.md b/README.md index 599e3eb..9d9302b 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,4 @@ The goal of this repo is provide some **non-official** recipes for libraries tha * bibliography: [conan-center-index](https://github.com/conan-io/conan-center-index/tree/master) * [audacity/conan-recipes](https://github.com/audacity/conan-recipes) -* [bkinnightskytw/ethercat](https://gitlab.com/bkinnightskytw/ethercat/-/tree/backport/1.5.3-conan?ref_type=heads) - +* [bkinnightskytw/ethercat](https://gitlab.com/bkinnightskytw/ethercat/-/tree/backport/1.5.3-conan?ref_type=heads) (recipe: `igh-ethercat`) diff --git a/recipes/ethercat/all/CMakeLists.txt b/recipes/igh-ethercat/all/CMakeLists.txt similarity index 100% rename from recipes/ethercat/all/CMakeLists.txt rename to recipes/igh-ethercat/all/CMakeLists.txt diff --git a/recipes/ethercat/all/conandata.yml b/recipes/igh-ethercat/all/conandata.yml similarity index 100% rename from recipes/ethercat/all/conandata.yml rename to recipes/igh-ethercat/all/conandata.yml diff --git a/recipes/ethercat/all/conanfile.py b/recipes/igh-ethercat/all/conanfile.py similarity index 97% rename from recipes/ethercat/all/conanfile.py rename to recipes/igh-ethercat/all/conanfile.py index 6d9b668..464fba3 100644 --- a/recipes/ethercat/all/conanfile.py +++ b/recipes/igh-ethercat/all/conanfile.py @@ -5,8 +5,8 @@ from conan.tools.files import copy, get import os -class EthercatConan(ConanFile): - name = "ethercat" +class IghEthercatConan(ConanFile): + name = "igh-ethercat" license = "LGPL-2.1-only" author = "Florian Pose " url = "https://gitlab.com/etherlab.org/ethercat" diff --git a/recipes/ethercat/all/test_package/CMakeLists.txt b/recipes/igh-ethercat/all/test_package/CMakeLists.txt similarity index 100% rename from recipes/ethercat/all/test_package/CMakeLists.txt rename to recipes/igh-ethercat/all/test_package/CMakeLists.txt diff --git a/recipes/ethercat/all/test_package/conanfile.py b/recipes/igh-ethercat/all/test_package/conanfile.py similarity index 100% rename from recipes/ethercat/all/test_package/conanfile.py rename to recipes/igh-ethercat/all/test_package/conanfile.py diff --git a/recipes/ethercat/all/test_package/test_package.c b/recipes/igh-ethercat/all/test_package/test_package.c similarity index 100% rename from recipes/ethercat/all/test_package/test_package.c rename to recipes/igh-ethercat/all/test_package/test_package.c