app-vim/qt-support: new package, add 1.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2022-05-30 19:54:27 +05:00
parent 0ce238ac47
commit 3c9c914463
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST qt-support-1.1.tar.gz 15080 BLAKE2B b454b2165418ff877ae7145b8049fb0284070e1eca9e8e46b16c1fa7048b22820eefe50676fabbda97f409dd9a0a1f272f2b1100c35904c073afd584e9b683d5 SHA512 f19f0a38cad16c0da5ff4b6081e9318bd8d7e021d666f5ecb4b3af9f11f2d62551b8d5d4414de18f88d8de59cc302adfe32143f846945359df9c9a5fa998a853

View File

@ -0,0 +1,15 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
MY_PN="${PN}.vim"
DESCRIPTION="vim plugin: Qt, qmake, QML, Qbs, QRC, UI and TS support"
HOMEPAGE="https://github.com/fedorenchik/qt-support.vim"
SRC_URI="https://github.com/fedorenchik/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
KEYWORDS="~amd64"