Magnus Sandin 10cf1b5ed6 testing/libspecbleach: new aport
https://github.com/lucianodato/libspecbleach
Standalone library based on the algorithms used in noise-repellent.
2022-05-05 22:18:06 +00:00

31 lines
830 B
Plaintext

# Contributor: Magnus Sandin <magnus.sandin@gmail.com>
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
pkgname=libspecbleach
pkgver=0.1.3
pkgrel=0
pkgdesc="Standalone library based on the algorithms used in noise-repellent."
url="https://github.com/lucianodato/libspecbleach"
arch="all"
license="LGPL-2.1-only"
makedepends="
fftw-dev
meson
"
subpackages="$pkgname-dev"
source="libspecbleach-$pkgver.tar.gz::https://github.com/lucianodato/libspecbleach/archive/refs/tags/v$pkgver.tar.gz"
options="!check" # No tests available
build() {
abuild-meson . output
meson compile -C output -v
}
package() {
DESTDIR="$pkgdir" meson install -C output
}
sha512sums="
18e535bda02d01a3ee6b84c7e18edf281d4cb051faabd2d6a59a2d54b14a6a05bbdafdbdfc3b420e54dd597ad64863c4c47cf7fcaed2a5912a0144a6cc92a275 libspecbleach-0.1.3.tar.gz
"