cli-app/xdg-ninja - 0.2.0.2 (nadevko)

Search

Install

Install this version:

emerge -a =cli-app/xdg-ninja-0.2.0.2

Package Information

Description:
Script to scan $HOME for XDG base directories spec violations and provide fixes
Homepage:
https://github.com/b3nj5m1n/xdg-ninja
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.0.2 9 amd64 0
View Raw Ebuild
# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=9

inherit optfeature

DESCRIPTION='Script to scan $HOME for XDG base directories spec violations and provide fixes'
HOMEPAGE=https://github.com/b3nj5m1n/xdg-ninja
SRC_URI="https://github.com/b3nj5m1n/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE=MIT
SLOT=0
KEYWORDS=amd64

RDEPEND='
	app-misc/jq
	sys-apps/findutils
	sys-apps/sed
'

PATCHES=( "${FILESDIR}" )

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
	einstalldocs
}

pkg_postinst() {
	optfeature 'Syntax highlight' app-misc/glow sys-apps/bat dev-python/pygments app-text/highlight
}

Inherited Eclasses

Dependencies

RDEPEND

	app-misc/jq
	sys-apps/findutils
	sys-apps/sed

Manifest for 0.2.0.2

Type File Size Source URLs
DIST xdg-ninja-0.2.0.2.tar.gz 51103 bytes https://github.com/b3nj5m1n/xdg-ninja/archive/refs/tags/v0.2.0.2.tar.gz