app-vim/vim-wakatime - 12.0.0 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =app-vim/vim-wakatime-12.0.0

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

autounmask =app-vim/vim-wakatime-12.0.0

Or alternatively:

emerge --autounmask-write -a =app-vim/vim-wakatime-12.0.0

Package Information

Description:
vim plugin: automatic time tracking with WakaTime
Homepage:
https://github.com/wakatime/vim-wakatime
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
12.0.0 8 ~amd64 ~arm64 ~ppc64
View Raw Ebuild
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit vim-plugin

DESCRIPTION="vim plugin: automatic time tracking with WakaTime"
HOMEPAGE="https://github.com/wakatime/vim-wakatime"
SRC_URI="https://github.com/wakatime/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~arm64 ~ppc64"

VIM_PLUGIN_HELPURI="https://github.com/wakatime/vim-wakatime"

src_prepare() {
	rm -fR packages/ || die
	# empty, delete it
	rm -fR doc/ || die
	default
}

pkg_postinst() {
	einfo
	einfo "Be sure to have wakatime-cli in your path for this plugin to work."
	einfo
	einfo "You can get this via the GURU repository: dev-util/wakatime-cli"
	einfo
}

Inherited Eclasses

Manifest for 12.0.0

Type File Size Source URLs
DIST vim-wakatime-12.0.0.tar.gz 37041 bytes https://github.com/wakatime/vim-wakatime/archive/12.0.0.tar.gz