Files
guru/sys-kernel/tirdad/tirdad-0_pre20200926.ebuild
Alessandro Barbieri 28806006cb sys-kernel/tirdad: add 0_pre20200926, drop 0_p20200926
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-05-29 01:39:54 +02:00

30 lines
628 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit linux-mod
MY_REV="9a0e137ae05dd1aa05c20750975598e4dac77dbf"
DESCRIPTION="kernel module for random ISN generation"
HOMEPAGE="https://github.com/0xsirus/tirdad"
SRC_URI="https://github.com/0xsirus/tirdad/archive/${MY_REV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${MY_REV}"
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64"
MODULE_NAMES="tirdad(misc:${S}:${S}/module)"
BUILD_TARGETS="all"
src_compile() {
linux-mod_src_compile || die
}
src_install() {
einstalldocs
linux-mod_src_install || die
}