mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
add dependencies
This commit is contained in:
parent
17491d23ae
commit
941174cf00
2 changed files with 8 additions and 3 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,15 +1,20 @@
|
|||
pkgbase = libsurvive-git
|
||||
pkgdesc = Open-Source tool for working with lighthouse-based tracking data, including support for the HTC Vive, Vive Pro and Valve Index.
|
||||
pkgver = 1398.457a0a5
|
||||
pkgver = 1396.0d06d9a
|
||||
pkgrel = 1
|
||||
url = https://github.com/cntools/libsurvive
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = cmake
|
||||
makedepends = ninja
|
||||
depends = hidapi
|
||||
depends = xr-hardware
|
||||
depends = libpcap
|
||||
depends = lapacke
|
||||
depends = cblas
|
||||
depends = zlib
|
||||
provides = libsurvive
|
||||
conflicts = libsurvive
|
||||
source = libsurvive::git+https://github.com/cntools/libsurvive.git
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,10 +6,10 @@ pkgdesc="Open-Source tool for working with lighthouse-based tracking data, inclu
|
|||
arch=(x86_64 i686)
|
||||
url="https://github.com/cntools/libsurvive"
|
||||
license=(MIT)
|
||||
depends=("hidapi" "xr-hardware")
|
||||
depends=("hidapi" "xr-hardware" "libpcap" "lapacke" "cblas" "zlib")
|
||||
conflicts=($basename)
|
||||
provides=($basename)
|
||||
makedepends=("cmake" "ninja")
|
||||
makedepends=("git" "cmake" "ninja")
|
||||
source=($basename::"git+https://github.com/cntools/libsurvive.git"
|
||||
"0001-add-pkg-config-file.patch"
|
||||
"0002-install-redist-headers.patch")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue