diff --git a/index/mc/mcp2221/mcp2221-2.22299.1.toml b/index/mc/mcp2221/mcp2221-2.22299.1.toml deleted file mode 100644 index ce9fd7be4..000000000 --- a/index/mc/mcp2221/mcp2221-2.22299.1.toml +++ /dev/null @@ -1,64 +0,0 @@ -name = "mcp2221" -description = "MCP2221 USB Raw HID I/O Expander Library for GNAT Ada" -version = "2.22299.1" -licenses = "BSD-1-Clause" -website = "https://github.com/pmunts/libsimpleio" - -authors = ["Philip Munts"] -maintainers = ["Philip Munts "] -maintainers-logins = ["pmunts"] - -project-files = ["mcp2221.gpr"] - -tags = ["embedded", "linux", "mcp2221", "adc", "dac", "gpio", "i2c", "motor", -"pwm", "sensor", "serial", "servo", "spi", "stepper"] - -[available."case(os)"] -'linux|macos|windows' = true -"..." = false - -# Linux needs libhidapi and libusb - -[[depends-on]] -[depends-on."case(os)"."linux"] -libhidapi = "*" - -[[depends-on]] -[depends-on."case(os)"."linux"] -libusb = "*" - -# MacOS needs Homebrew hidapi and libusb - -#[[depends-on]] -#[depends-on."case(distribution)"."homebrew"] -#libhidapi = "*" - -#[[depends-on]] -#[depends-on."case(distribution)"."homebrew"] -#libusb = "*" - -# On Linux, patch hid-hidapi.ads to link with libhidapi-hidraw.so - -[[actions."case(os)".linux]] -type = "post-fetch" -command = ["sh", "-c", "./src/scripts/postfetch.linux"] - -# On MacOS, copy .dylib files to ./lib - -[[actions."case(os)".macos]] -type = "post-fetch" -command = ["sh", "-c", "./src/scripts/postfetch.macos"] - -# On Windows, copy .DLL files to ./lib - -[[actions."case(os)".windows]] -type = "post-fetch" -command = ["sh", "-c", "./src/scripts/postfetch.windows"] - -[origin] -hashes = [ -"sha256:e581368b24e116d59cfd1430e83c2244624994ca36d6b8c6ee1080e0f6e72942", -"sha512:d38eb0ec4736bacf1a4f5436937c146bbaf8667d96d8f39b3bc64158cf6187fbb725a584135ca882766836e55bb19693b95f500cb3b3dc2519ac28c5f947e399", -] -url = "https://raw.githubusercontent.com/pmunts/alire-crates/f99675da1280f6655fb4fe9c328d16753bbd6b49/mcp2221/mcp2221-2.22299.1.tbz2" -