summaryrefslogtreecommitdiff
path: root/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild')
-rw-r--r--dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild b/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild
new file mode 100644
index 0000000..cd65002
--- /dev/null
+++ b/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Crosstool-NG aims at building toolchains."
+HOMEPAGE="http://crosstool-ng.github.io/"
+SRC_URI="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-$PV.tar.bz2"
+
+LICENSE="GPLv2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"