sys-kernel/cfcfg - 1.0 (mv)

Search

Package Information

Description:
Yet another Linux kernel configuration comparator
Homepage:
https://sourceforge.net/projects/cfcfg/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.0 8 ~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 0
View Raw Ebuild
# Copyright 2023-2024 Martin V\"ath
# Distributed under the terms of the GNU General Public License v2

EAPI=8
RESTRICT="mirror"

DESCRIPTION="Yet another Linux kernel configuration comparator"
HOMEPAGE="https://sourceforge.net/projects/cfcfg/"
SRC_URI="https://sourceforge.net/projects/cfcfg/files/${P}.tgz -> ${P}.tar"
S="${WORKDIR}/cfcfg.git"

LICENSE="GPL-3+"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
SLOT="0"
IUSE=""

src_prepare() {
	mv cfcfg.1.man cfcfg.1
	mv cfgsymbols.1.man cfgsymbols.1
	default
}

src_install() {
	dobin cfcfg cfgsymbols cfgsymbols.awk
	doman cfcfg.1 cfgsymbols.1
	dodoc README.md cfgsymbols.1.md cfcfg.1.md
}

Manifest for 1.0

Type File Size Source URLs
DIST cfcfg-1.0.tar 81920 bytes https://sourceforge.net/projects/cfcfg/files/cfcfg-1.0.tgz