sys-kernel/amneziawg-sources - 20250801 (RomikB)

Search

Package Information

Description:
Gentoo Kernel sources for AmneziaWG Linux kernel module
Homepage:
https://github.com/amnezia-vpn/amneziawg-linux-kernel-module
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
20250801 8 amd64 0
View Raw Ebuild
# Copyright 2025 RomikB
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Gentoo Kernel sources for AmneziaWG Linux kernel module"
HOMEPAGE="https://github.com/amnezia-vpn/amneziawg-linux-kernel-module"
SRC_URI="https://github.com/RomikB/gentoo-repository-deps/raw/main/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"

src_install() {
	local install_dir=/usr/src/${PN}
	mkdir -p "${ED}${install_dir}" || die
	cp -R . "${ED}${install_dir}"/ || die
}

Manifest for 20250801

Type File Size Source URLs
DIST amneziawg-sources-20250801.tar.xz 48676 bytes https://github.com/RomikB/gentoo-repository-deps/raw/main/amneziawg-sources-20250801.tar.xz