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=('cceefee46e84ce88d075103390b4f9d04c34e4bc3b96d733292c36836d4f7065')
17 cmake -B build -S $pkgname-v$pkgver \
18 -DCMAKE_INSTALL_PREFIX=/usr \
24 DESTDIR="$pkgdir" cmake --install build
26 install -Dm644 $pkgname-v$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname