2022-12-18 20:07:59 +00:00
|
|
|
# Copyright 1999-2022 Gentoo Authors, 2022 Inference
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
|
|
|
|
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://inferencium.net/"
|
2022-12-21 17:51:20 +00:00
|
|
|
KERNEL_VERSION="0.0.0.0"
|
|
|
|
SRC_URI="https://git.inferencium.net/Inferencium/inf-kernel/archive/inf-kernel-${KERNEL_VERSION}.tar.gz"
|
2022-12-21 18:31:12 +00:00
|
|
|
S="${WORKDIR}"
|
2022-12-18 20:07:59 +00:00
|
|
|
KEYWORDS="~amd64 ~arm64"
|