diff --git a/sys-kernel/inf-kernel/inf-kernel-0.0.1.1.ebuild b/sys-kernel/inf-kernel/inf-kernel-0.0.1.1.ebuild new file mode 100644 index 0000000..cc0dfc5 --- /dev/null +++ b/sys-kernel/inf-kernel/inf-kernel-0.0.1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors, 2022 Inference +# SPDX-License-Identifier: GPL-2.0-only + + +EAPI="8" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Inferencium Kernel source code." +HOMEPAGE="https://git.inferencium.net/Inferencium/inf-kernel/" +SRC_URI="https://git.inferencium.net/Inferencium/inf-kernel/archive/${P}.tar.gz" +S="${WORKDIR}" +KEYWORDS="~amd64 ~arm64"