summaryrefslogtreecommitdiff
path: root/dev-lang/myrddin/myrddin-0.3.0.ebuild
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-12-20 16:56:05 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-12-20 16:56:05 -0500
commit1d122566c2618289458b0768dc332889ca93ebe3 (patch)
tree00ebe79f8e01e969cfe3a3640849360bb679b277 /dev-lang/myrddin/myrddin-0.3.0.ebuild
parente35538d4a7d1eb400500bb6c58db2d9a9b2b4941 (diff)
Add dev-lang/myrddin.
Diffstat (limited to 'dev-lang/myrddin/myrddin-0.3.0.ebuild')
-rw-r--r--dev-lang/myrddin/myrddin-0.3.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lang/myrddin/myrddin-0.3.0.ebuild b/dev-lang/myrddin/myrddin-0.3.0.ebuild
new file mode 100644
index 0000000..aae5230
--- /dev/null
+++ b/dev-lang/myrddin/myrddin-0.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A simple modern programming language"
+HOMEPAGE="https://myrlang.org/"
+SRC_URI="https://myrlang.org/releases/${PN}-${PV}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/mc/"
+
+src_configure() {
+ ./configure --prefix=/usr
+ make bootstrap
+}