Files
guru/app-vim/apkbuild-vim/apkbuild-vim-20210911.ebuild
Anna (cybertailor) Vyalkova 731a0543ef app-vim/apkbuild-vim: add 20210911, drop 20210723
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2021-09-30 11:27:43 +05:00

19 lines
522 B
Bash

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vim-plugin
MY_PN=${PN/-/.}
COMMIT="8dbd9745f76fb284656711238e8cd42d021da85e"
DESCRIPTION="vim plugin: edit and work with APKBUILD files"
HOMEPAGE="https://gitlab.alpinelinux.org/Leo/apkbuild.vim"
SRC_URI="https://gitlab.alpinelinux.org/Leo/${MY_PN}/-/archive/${COMMIT}/${MY_PN}-${COMMIT}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
VIM_PLUGIN_HELPFILES="apkbuild-vim"