pkgname: mpc pkgver: '1.3.1' pkgrel: 1 pkgdesc: Library for the arithmetic of complex numbers with arbitrarily high precision. url: 'https://www.multiprecision.org/' arch: x86_64 depends: [] makedepends: - gmp - mpfr source: - 'https://ftp.gnu.org/gnu/mpc/mpc-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd mpc-${pkgver} ./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/${pkgname}-${pkgver} make make check make DESTDIR=${PKGDIR} install make DESTDIR=${PKGDIR} install-html package: | true