blob: c50b08324fe86b77e18e060e0a1f0470632b51fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
pkgbase = libtslitex-git
pkgdesc = This is a C library to interface with the LiteX Firmware on Thunderscope over PCIe
pkgver = 0.0.1.alpha1.r74.gb2ddcbf
pkgrel = 1
url = https://github.com/EEVengers/libtslitex
arch = x86_64
license = BSD-2-Clause
makedepends = cmake
makedepends = git
makedepends = pkgconf
makedepends = cython
makedepends = python-numpy
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-pipx
depends = glibc
depends = json-c
depends = zlib
source = libtslitex-git::git+https://github.com/EEVengers/libtslitex.git
sha256sums = SKIP
pkgname = libtslitex-git
arch = x86_64
depends = glibc
provides = libtslitex
conflicts = libtslitex
pkgname = python-libtslitex-git
pkgdesc = This is a C library to interface with the LiteX Firmware on Thunderscope over PCIe - python module
arch = x86_64
depends = glibc
depends = json-c
depends = zlib
provides = python-libtslitex
conflicts = python-libtslitex
|