projectmoon-overlay/sys-kernel/libre-sources/libre-sources-5.10.47.ebuild

25 lines
591 B
Bash
Raw Normal View History

2021-07-06 14:57:59 +00:00
EAPI="6"
K_SECURITY_UNSUPPORTED="1"
K_PREDEBLOBBED="1"
ETYPE="sources"
inherit kernel-2
detect_version
DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="https://www.kernel.org"
2021-07-07 21:29:27 +00:00
LIBRE_URI="http://linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-gnu/linux-libre-${PV}-gnu.tar.xz -> linux-${KV_MAJOR}.${KV_MINOR}.tar.xz"
2021-07-06 14:57:59 +00:00
SRC_URI="${LIBRE_URI}"
RESTRICT="mirror"
KEYWORDS="amd64"
2021-07-06 14:57:59 +00:00
UNIPATCH_LIST_DEFAULT=""
2021-07-07 21:29:27 +00:00
pkg_postinst() {
kernel-2_pkg_postinst
einfo "For more info on this patchset, and how to report problems, see:"
einfo "${HOMEPAGE}"
}
pkg_postrm() {
kernel-2_pkg_postrm
2021-07-06 14:57:59 +00:00
}