diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/mpdecimal/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/mpdecimal/MAKEPKG')
| -rw-r--r-- | libs/mpdecimal/MAKEPKG | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libs/mpdecimal/MAKEPKG b/libs/mpdecimal/MAKEPKG new file mode 100644 index 0000000..117d2d2 --- /dev/null +++ b/libs/mpdecimal/MAKEPKG @@ -0,0 +1,31 @@ +#!/bin/mkpkg +# description: Library for arbitrary precision decimal arithmetic +# url: https://www.bytereef.org/mpdecimal/ + +name=mpdecimal +version=4.0.1 +release=1 +depends=() +source=(https://www.bytereef.org/software/$name/releases/$name-$version.tar.gz) + +sha256sums=( + "96d33abb4bb0070c7be0fed4246cd38416188325f820468214471938545b1ac8" +) + +build() { + cd $name-$version + ./configure \ + --prefix=/usr \ + --disable-static + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share/doc +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
