# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=bc pkgver=3.1.1 pkgrel=0 pkgdesc="An arbitrary precision numeric processing language (calculator)" url="https://github.com/gavinhoward/bc" arch="all" license="BSD-2-Clause" depends="" makedepends="" subpackages="$pkgname-doc" source="https://github.com/gavinhoward/bc/releases/download/$pkgver/bc-$pkgver.tar.xz" build() { PREFIX="/usr" DESTDIR="$pkgdir" ./configure.sh -g -G -O3 make } check() { make test } package() { make install } sha512sums="1f770edf619ade8780d0a494934071bfa82d1298043459cab6e3db6a5617e6aad0d7193635c868ef0d0312b808027ad3734cb92b0c8eff826cd5a860eb3fe6d2 bc-3.1.1.tar.xz"