1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
2 # Contributor: Lex Black <autumn-wind@web.de>
3 # Contributor: Arthur Zamarin <arthurzam@gmail.com>
8 pkgdesc='Standalone implementation of C mathematical functions'
10 url='https://openlibm.org/'
13 source=(https://github.com/JuliaLang/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
14 sha256sums=('ba8a282ecd92d0033f5656bb20dfc6ea3fb83f90ba69291ac8f7beba42dcffcf')
18 sed -e 's|/usr/local|/usr|' -i Make.inc
28 make DESTDIR="$pkgdir" install
30 install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/