mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/xpar: new aport
https://github.com/iczelia/xpar an error/erasure code system guarding data integrity
This commit is contained in:
parent
d8cfc2db8a
commit
0c618f4e0f
29
testing/xpar/APKBUILD
Normal file
29
testing/xpar/APKBUILD
Normal 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
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user