mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-vim/apkbuild-vim: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
app-vim/apkbuild-vim/Manifest
Normal file
1
app-vim/apkbuild-vim/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST apkbuild.vim-423e6948efcbec2d708345ae21d9566cad3ad304.tar.gz 9518 BLAKE2B 0a4b4423f9534167961b55ff220b0fac1230344973a6cf5c97cf448f5abd382373ec9968e1d34ab35ae6242ebe49bfe7b5d3280795a437a0360e033ecd533c32 SHA512 bdfcb871015878e97a77c66dd9fa9a9180d5df2d65a7d9e31a80de07c5e7e7774ddf0367171bda297cb7e59e5d0485cb2241fb9c831cf4c3dc8086049493b564
|
||||||
18
app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild
Normal file
18
app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit vim-plugin
|
||||||
|
|
||||||
|
MY_PN=${PN/-/.}
|
||||||
|
COMMIT="423e6948efcbec2d708345ae21d9566cad3ad304"
|
||||||
|
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"
|
||||||
8
app-vim/apkbuild-vim/metadata.xml
Normal file
8
app-vim/apkbuild-vim/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>cyber+gentoo@sysrq.in</email>
|
||||||
|
<name>Anna</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user