# Contributor: Gavin D. Howard # Maintainer: Gavin D. Howard pkgname=howard-bc _pkgname=bc pkgver=2.1.3 pkgrel=0 pkgdesc="POSIX bc with GNU extensions" url="https://github.com/gavinhoward/bc" arch="all" license="BSD-2-Clause" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.xz::https://github.com/gavinhoward/$_pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.xz" builddir="$srcdir/$_pkgname-$pkgver" build() { PREFIX=/usr DESTDIR="$pkgdir" EXECSUFFIX=-howard ./configure.sh -GN make } check() { make test } package() { make install } sha512sums="976ef9ba4251ee78f927ee0fa2b5e65b8186d4cbe22f5210b03b79606f52263a731dbcf5380ca0e79b681c98f67f886fb9e773b57cd5f065549af3df174766e2 howard-bc-2.1.3.tar.xz"