← opcda-bridge-client-bin

opcda-bridge-client-bin 0.1.1-1

safe

Checked2026-08-02 23:05 UTC
Check provider/modelopenai/gpt-5.6-luna

PKGBUILD

# Maintainer: Mike Boiko <[email protected]>
# This file is generated by scripts/aurpkg. Do not edit by hand.

pkgname=opcda-bridge-client-bin
pkgver=0.1.1
pkgrel=1
pkgdesc='OPC DA cross-platform client'
arch=('x86_64')
url='https://github.com/mikeboiko/opcda-bridge'
license=('MIT')
provides=('opcda-bridge-client')
conflicts=('opcda-bridge-client')

source=("LICENSE::https://raw.githubusercontent.com/mikeboiko/opcda-bridge/opcda-bridge-client-v0.1.1/LICENSE"
        "README.md::https://raw.githubusercontent.com/mikeboiko/opcda-bridge/opcda-bridge-client-v0.1.1/README.md")
sha256sums=('6e7c22106722c151ffc66d0faf2035155eca1ad91931f5679c6773891c08deef'
            'f64acbf2bf87deb9d8abe1660ef88e68be672c69d6934f353347551136d4e8a4')

source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/mikeboiko/opcda-bridge/releases/download/opcda-bridge-client-v0.1.1/opcda-bridge-client-linux-x86_64.tar.gz")
sha256sums_x86_64=('ca12624313034b360e3dd4cee07a30a374e48db9d27c1e923c3482eaf2803737')

package() {
    install -Dm755 "opcda-bridge-client" "${pkgdir}/usr/bin/opcda-bridge-client"
    install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
}