fix: rename ethercat package to igh-ethercat
This commit is contained in:
parent
34ee3d94ff
commit
5d29adf29c
|
|
@ -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)
|
* bibliography: [conan-center-index](https://github.com/conan-io/conan-center-index/tree/master)
|
||||||
* [audacity/conan-recipes](https://github.com/audacity/conan-recipes)
|
* [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`)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ from conan.tools.files import copy, get
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
class EthercatConan(ConanFile):
|
class IghEthercatConan(ConanFile):
|
||||||
name = "ethercat"
|
name = "igh-ethercat"
|
||||||
license = "LGPL-2.1-only"
|
license = "LGPL-2.1-only"
|
||||||
author = "Florian Pose <fp@igh.de>"
|
author = "Florian Pose <fp@igh.de>"
|
||||||
url = "https://gitlab.com/etherlab.org/ethercat"
|
url = "https://gitlab.com/etherlab.org/ethercat"
|
||||||
Loading…
Reference in New Issue