# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 #VIM_PLUGIN_VIM_VERSION="7.0" inherit vim-plugin MY_PN="hare.vim" DESCRIPTION="vim plugin: " HOMEPAGE="https://git.sr.ht/~sircmpwn/hare.vim" SNAPSHOT_COMMIT="5c758cdbbabd6e4ba92bced9428cd1fa4212f003" LICENSE="vim" KEYWORDS="~amd64" SRC_URI="https://git.sr.ht/~sircmpwn/${MY_PN}/archive/${SNAPSHOT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${SNAPSHOT_COMMIT}"