summaryrefslogtreecommitdiff
path: root/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-19 07:00:00 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-19 07:00:00 +0000
commitc5572b13d51970d6603acd131f27991cc1b66a79 (patch)
tree459c832fa5c0913b9ce0f85eed5e29922cc0425f /sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
parent6e476156e1a0d2f4aa53968c37835c3441301367 (diff)
gentoo auto-resync : 19:11:2022 - 07:00:00
Diffstat (limited to 'sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild')
-rw-r--r--sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
new file mode 100644
index 000000000000..33766bb56a93
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="https://git.yzena.com/gavin/bc"
+SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+S="${WORKDIR}/bc-${PV}"
+
+src_configure() {
+ EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -pGNU -GTl || die
+}