18 lines
454 B
Bash
18 lines
454 B
Bash
|
# 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/"
|
||
|
SRC_URI="https://git.inferencium.net/Inferencium/inf-kernel/archive/inf-kernel-0.0.0.0.tar.gz"
|
||
|
|
||
|
KEYWORDS="~amd64 ~arm64"
|