1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
6 pkgdesc="Package for correctly-rounded arbitrary precision decimal floating point arithmetic"
8 url="https://www.bytereef.org/mpdecimal/index.html"
11 source=("https://www.bytereef.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz")
12 sha512sums=('710cb5cb71dbcf3e170ca15869c148df0547b848400c6b6dd70c67d9961dbe1190af8fb4d1623bfb0ca2afe44f369a42e311ab5225ed89d4031cb49a3bd70f30')
17 ./configure --prefix=/usr
23 make DESTDIR="$pkgdir" install
25 install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt