testing/xpar: new aport

https://github.com/iczelia/xpar
an error/erasure code system guarding data integrity
This commit is contained in:
Simon Rupf 2025-09-11 20:12:59 +02:00 committed by omni
parent d8cfc2db8a
commit 0c618f4e0f

29
testing/xpar/APKBUILD Normal file
View File

@ -0,0 +1,29 @@
# Maintainer: Simon Rupf <simon@rupf.net>
pkgname=xpar
pkgver=0.5
pkgrel=0
pkgdesc="an error/erasure code system guarding data integrity"
url="https://github.com/iczelia/xpar"
# openmp is not available for armhf
arch="all !armhf"
license="LGPL-3.0-or-later"
makedepends="openmp-dev"
subpackages="$pkgname-doc"
source="https://github.com/iczelia/xpar/releases/download/$pkgver/xpar-$pkgver.tar.gz"
build() {
./configure --prefix=/usr
make all
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
0bb1a368624cf85955c5fd799a2d8436d12dcc0e6fb1024e9d0f30c30f4d3929d2778870ae9c20d678798523c720a7eeb6bd7ab7df77abfa13a86daad7935b8e xpar-0.5.tar.gz
"