diff options
Diffstat (limited to 'dev-util/vmtouch/vmtouch-0.8.0.ebuild')
-rw-r--r-- | dev-util/vmtouch/vmtouch-0.8.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/vmtouch/vmtouch-0.8.0.ebuild b/dev-util/vmtouch/vmtouch-0.8.0.ebuild new file mode 100644 index 000000000000..51d07ae29413 --- /dev/null +++ b/dev-util/vmtouch/vmtouch-0.8.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control" +HOMEPAGE="http://hoytech.com/vmtouch/" +SRC_URI="https://github.com/hoytech/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}"/${PN}-${P} + +src_install() { + default + doman vmtouch.8 +} |