fix: rename ethercat package to igh-ethercat

This commit is contained in:
insleker 2026-05-04 09:23:29 +08:00
parent 34ee3d94ff
commit 5d29adf29c
7 changed files with 3 additions and 4 deletions

View File

@ -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`)

View File

@ -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 <fp@igh.de>"
url = "https://gitlab.com/etherlab.org/ethercat"