# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FASMG_MODULE_INSINTO=xpu/intel/ext FASMG_MODULE_FILES=( examples/x86/include/ext/fma.inc ) inherit fasmg-module DESCRIPTION="Flat assembler" HOMEPAGE="https://flatassembler.net" SRC_URI="https://flatassembler.net/fasmg.kd3c.zip" LICENSE="BSD" SLOT="0" KEYWORDS="*" DEPEND="dev-fasmg/xpu-ext-avx" RDEPEND="${DEPEND}" BDEPEND=""