Skip to content

Commit

Permalink
remoteio release 2.22299.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmunts committed Apr 26, 2024
1 parent 7bba647 commit ce08139
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions index/re/remoteio/remoteio-2.22299.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name = "remoteio"
description = "Remote I/O Protocol Client Library for GNAT Ada"
version = "2.22299.1"
licenses = "BSD-1-Clause"
website = "https://github.com/pmunts/libsimpleio"

authors = ["Philip Munts"]
maintainers = ["Philip Munts <[email protected]>"]
maintainers-logins = ["pmunts"]

project-files = ["remoteio.gpr"]

tags = ["embedded", "linux", "remoteio", "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 hidapi and libusb

[[depends-on]]
[depends-on."case(distribution)"."homebrew|macports"]
libhidapi = "*"

[[depends-on]]
[depends-on."case(distribution)"."homebrew|macports"]
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:8b2aac0e64a679286ba29eb8487fe7f0a41b6b3fdbf07a707794684dd4703986",
"sha512:9922fc102a69a8d7ad7322a9ee9fa2c4c3c2a4c4e13454b01ae32c7425ec04862bf24ecba39b00487c636e3cf0ba34fb7961d8bec127a51644a65d240e4f0ca3",
]
url = "https://raw.githubusercontent.com/pmunts/alire-crates/734ab8155e76ae0fe51095ae603fbf1b4defda60/remoteio/remoteio-2.22299.1.tbz2"

0 comments on commit ce08139

Please sign in to comment.