sys-fs/linux-apfs-rw - 0.3.10 (natinst)

Search

Install

Install this version:

emerge -a =sys-fs/linux-apfs-rw-0.3.10

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-fs/linux-apfs-rw-0.3.10

Or alternatively:

emerge --autounmask-write -a =sys-fs/linux-apfs-rw-0.3.10

Package Information

Description:
APFS module for linux, with experimental write support
Homepage:
https://github.com/linux-apfs/linux-apfs-rw
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.3.10 8 ~amd64 0
View Raw Ebuild
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dkms

DESCRIPTION="APFS module for linux, with experimental write support"
HOMEPAGE="https://github.com/linux-apfs/linux-apfs-rw"
SRC_URI="https://github.com/linux-apfs/linux-apfs-rw/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

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

CONFIG_CHECK="LIBCRC32C"

pkg_setup() {
	dkms_pkg_setup
}

src_prepare() {
	default
	sed -e "s/GIT_COMMIT=.*/GIT_COMMIT=${PV}/" -i genver.sh || die
}

src_compile() {
	local modlist=( apfs=extra )
	local modargs=( KERNEL_DIR=${KV_OUT_DIR} KERNELRELEASE=${KV_FULL} )

	dkms_src_compile
}

Inherited Eclasses

Manifest for 0.3.10

Type File Size Source URLs
DIST linux-apfs-rw-0.3.10.tar.gz 210033 bytes https://github.com/linux-apfs/linux-apfs-rw/archive/refs/tags/v0.3.10.tar.gz