blob: f6cc553f88cbd718cea6ed617a8f42cc7ef34ee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-zxing-cpp
pkgdesc = Python bindings for zxing-cpp
pkgver = 3.0.0
pkgrel = 3
url = https://github.com/zxing-cpp/zxing-cpp
arch = x86_64
license = Apache-2.0
makedepends = cmake
makedepends = pybind11
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = zxing-cpp
source = https://github.com/zxing-cpp/zxing-cpp/releases/download/v3.0.0/zxing-cpp-3.0.0.tar.gz
sha256sums = bfea8f8ebc8e04e5c4a57e5cbdc302d05c72b916d142564b6d14f01050bb93d4
pkgname = python-zxing-cpp
|