sys-fs/nocache - 1.0 (junkdrawer)

Search

Install

Install this version:

emerge -a =sys-fs/nocache-1.0

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

autounmask =sys-fs/nocache-1.0

Or alternatively:

emerge --autounmask-write -a =sys-fs/nocache-1.0

Package Information

Description:
nocache - minimize filesystem caching effects
Homepage:
https://github.com/Feh/nocache
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

LICENSE="BSD"
SLOT="0"

KEYWORDS="~amd64 ~x86"

src_compile(){
	emake PREFIX=/usr
}

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

Manifest for 1.0

Type File Size Source URLs
DIST nocache-1.0.tar.gz 10534 bytes https://github.com/Feh/nocache/archive/v1.0.tar.gz