# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 RESTRICT="mirror" inherit eutils vcs-snapshot DESCRIPTION="Scripts to run commands and set the hard status line (windows title)" HOMEPAGE="https://github.com/vaeth/runtitle/" SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="zsh-completion" src_prepare() { epatch_user } src_install() { dobin bin/* if use zsh-completion then insinto /usr/share/zsh/site-functions doins zsh/* fi dodoc README }