app-shells/fish-command-timer: new package

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-12-21 09:35:06 +01:00
parent 87945f7bbb
commit b77ac729cd
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
DESCRIPTION="Fish shell extension for printing execution time for each command"
HOMEPAGE="https://github.com/jichu4n/fish-command-timer"
SRC_URI="https://github.com/jichu4n/fish-command-timer/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND=">=app-shells/fish-2.2"
DOCS=( README.md )
src_install() {
dodir "/usr/share/fish/vendor_conf.d"
insinto "/usr/share/fish/vendor_conf.d"
doins "conf.d/fish_command_timer.fish"
einstalldocs
}