summaryrefslogtreecommitdiff
path: root/dev-util/crosstool-ng
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/crosstool-ng')
-rw-r--r--dev-util/crosstool-ng/Manifest1
-rw-r--r--dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/crosstool-ng/Manifest b/dev-util/crosstool-ng/Manifest
new file mode 100644
index 0000000..607f236
--- /dev/null
+++ b/dev-util/crosstool-ng/Manifest
@@ -0,0 +1 @@
+DIST crosstool-ng-1.23.0.tar.bz2 1782247 SHA256 1b76404960f2b35471b6385ba707b8a4712431820fe30063e435dad97ccb02b4 SHA512 1842d140b1c4f76783751eab60722e8077f356dfc9e9cc941d3c991a7e9bb23cb19e6bd7cd5c630cc87967853c55e0c16e415b222e546b5baaffb264ca799b69 WHIRLPOOL 5ecc52e6fed0fd1c54f9192f29686f2d77fa29d95086b40435eeb29fc0be9b7f2512ac881a696141608b0e7c0a9041012e8fd0c2f90bd854c651b3e77f47cfa5
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}"