Files
guru/sys-kernel/tirdad/tirdad-0_p20200926.ebuild
Theo Anderson 140b869e70 */*: use .tar.gz instead of .zip where applicable
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
2020-12-29 23:40:14 +13:00

31 lines
620 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-${MY_REV}"
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
}