sys-apps/nocache - 9999 (nest)

Search

Package Information

Description:
Minimize caching effects for applications
Homepage:
https://github.com/Feh/nocache
License:
BSD-2

Ebuild Details

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

EAPI=8

inherit git-r3 toolchain-funcs

DESCRIPTION="Minimize caching effects for applications"
HOMEPAGE="https://github.com/Feh/nocache"
EGIT_REPO_URI="https://github.com/Feh/${PN}.git"

LICENSE="BSD-2"
SLOT="0"

src_compile() {
	emake CC="$(tc-getCC)"
}

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