blob: 856fa5a05d15d3350efa998575134276ca84ac48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = sounding-bin
pkgdesc = A SLAM evaluation tool.
pkgver = 0.1.0
pkgrel = 1
url = https://codeberg.org/stelzo/sounding
arch = x86_64
arch = aarch64
license = MIT
license = Apache-2.0
depends = libgcc
depends = glibc
provides = sounding
conflicts = sounding
options = !lto
options = !strip
options = !debug
source_x86_64 = sounding-0.1.0-bin.tar.gz::https://codeberg.org/stelzo/sounding/releases/download/v0.1.0/sounding-0.1.0-x86_64-unknown-linux-gnu.tar.gz
sha256sums_x86_64 = SKIP
source_aarch64 = sounding-0.1.0-bin.tar.gz::https://codeberg.org/stelzo/sounding/releases/download/v0.1.0/sounding-0.1.0-aarch64-unknown-linux-gnu.tar.gz
sha256sums_aarch64 = SKIP
pkgname = sounding-bin
|