* update draco to 1.5.6-3

This commit is contained in:
Alexander Baldeck 2024-08-16 06:34:18 +02:00
parent 526a4b54b4
commit bab4aa7bbd
3 changed files with 19 additions and 1 deletions

15
draco/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = draco
pkgdesc = A library for compressing and decompressing 3D geometric meshes and point clouds
pkgver = 1.5.6
pkgrel = 3
url = https://github.com/google/draco
arch = x86_64
license = Apache
makedepends = cmake
makedepends = ninja
depends = gcc-libs
options = staticlibs
source = draco-1.5.6.tar.gz::https://github.com/google/draco/archive/1.5.6.tar.gz
sha256sums = 0280888e5b8e4c4fb93bf40e65e4e8a1ba316a0456f308164fb5c2b2b0c282d6
pkgname = draco

3
draco/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[draco]
source = "git"
git = "https://github.com/google/draco.git"

View File

@ -4,7 +4,7 @@
pkgname=draco
pkgver=1.5.6
pkgrel=2
pkgrel=3
pkgdesc="A library for compressing and decompressing 3D geometric meshes and point clouds"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/google/draco"