PKGBUILD: - Builds 64-bit shared/static libraries from Silicon Labs source - Installs headers to /usr/include/cp210x/ - Includes udev rules for non-root device access To build: cd aur/cp210xmanufacturing && makepkg -si
20 lines
686 B
Plaintext
20 lines
686 B
Plaintext
pkgbase = cp210xmanufacturing
|
|
pkgdesc = Silicon Labs CP210x USB-UART bridge manufacturing/customization library
|
|
pkgver = 1.0
|
|
pkgrel = 1
|
|
url = https://www.silabs.com/interface/usb-bridges/classic/device.cp2102
|
|
install = cp210xmanufacturing.install
|
|
arch = x86_64
|
|
license = custom:Silicon Labs
|
|
makedepends = gcc
|
|
makedepends = make
|
|
makedepends = unzip
|
|
depends = libusb
|
|
options = !strip
|
|
source = https://www.silabs.com/documents/public/example-code/AN721SW.zip
|
|
source = SiliconLabs.rules
|
|
sha256sums = 42cec8a75bf80120c02fa3a8a32ecfc1ba968ae32029efa3a7e5ca678b672fb1
|
|
sha256sums = bb046b9f9399cc7131bfee413c34f07c548df93dfbcc3fb58b64006bcd9c6f16
|
|
|
|
pkgname = cp210xmanufacturing
|