6109a61afb4455e5c894a5d714540c5825452ec0
[gentoo.git] / sci-calculators / bc-gh / bc-gh-2.6.1.ebuild
1 # Copyright 2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Implementation of POSIX bc with GNU extensions"
7 HOMEPAGE="https://github.com/gavinhoward/bc"
8 SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
9
10 LICENSE="BSD-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 S="${WORKDIR}/bc-${PV}"
16
17 src_configure() {
18         EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
19 }