# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=bc pkgver=5.2.1 pkgrel=0 pkgdesc="An arbitrary precision numeric processing language (calculator)" url="https://git.yzena.com/gavin/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="8f5cfdfc0b2e1866d8fc1477d7bfc2882cf4d2e4844fcf41ded5f8b52b4d8124c073e845d86b355977f815a5a8a2f22fd98495ec4b5dd41737b808a3a4f4bb56 bc-5.2.1.tar.xz"