1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
7 pkgdesc='Self-contained numeric library that provides an efficient and accurate implementation of complex error functions'
9 url='https://jugit.fz-juelich.de/mlz/libcerf/'
13 source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz)
14 sha256sums=('8a1cd8b7fae04b82a95168252129b8c1baca098a285ff8d3f25781dead14b75a')
17 cmake -B build -S $pkgname-v$pkgver \
18 -DCMAKE_INSTALL_PREFIX=/usr
23 DESTDIR="$pkgdir" cmake --install build
25 install -Dm644 $pkgname-v$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname