summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2018-10-14 21:43:05 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2018-10-14 21:44:32 +0200
commit2e10f3422a4c87e716c1ba3994c7f556818dc73a (patch)
treef9987eed342e7b017f73ed7089880c8ffcc4daa2 /dev-libs/xbyak/xbyak-5.73.ebuild
parentmedia-fonts/noto-emoji: Make repoman more happy (diff)
downloadgentoo-2e10f3422a4c87e716c1ba3994c7f556818dc73a.tar.gz
gentoo-2e10f3422a4c87e716c1ba3994c7f556818dc73a.tar.bz2
gentoo-2e10f3422a4c87e716c1ba3994c7f556818dc73a.zip
dev-libs/xbyak: import new ebuild
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'dev-libs/xbyak/xbyak-5.73.ebuild')
-rw-r--r--dev-libs/xbyak/xbyak-5.73.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/xbyak/xbyak-5.73.ebuild b/dev-libs/xbyak/xbyak-5.73.ebuild
new file mode 100644
index 000000000000..4cfd5772e810
--- /dev/null
+++ b/dev-libs/xbyak/xbyak-5.73.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="JIT assembler for x86(IA-32)/x64(AMD64, x86-64)"
+HOMEPAGE="https://github.com/herumi/xbyak"
+SRC_URI="https://github.com/herumi/xbyak/archive/v5.73.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile() { :; }
+
+src_install() {
+ emake install PREFIX="${D}/usr"
+}