sys-apps/nocache - 1.2 (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
1.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Minimize caching effects for applications"
HOMEPAGE="https://github.com/Feh/nocache"
SRC_URI="https://github.com/Feh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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

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

Manifest for 1.2

Type File Size Source URLs
DIST nocache-1.2.tar.gz 12528 bytes https://github.com/Feh/nocache/archive/v1.2.tar.gz