diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-05-30 19:54:27 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2022-05-30 22:46:37 +0500 |
commit | 3c9c91446320e40e17886ecd5ba0ec27b33c4d67 (patch) | |
tree | 655d484c22cf40388fa4ce09777278ac3d7cfb71 /app-vim | |
parent | app-vim/python-syntax: update EAPI 7 -> 8 (diff) | |
download | guru-3c9c91446320e40e17886ecd5ba0ec27b33c4d67.tar.gz guru-3c9c91446320e40e17886ecd5ba0ec27b33c4d67.tar.bz2 guru-3c9c91446320e40e17886ecd5ba0ec27b33c4d67.zip |
app-vim/qt-support: new package, add 1.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/qt-support/Manifest | 1 | ||||
-rw-r--r-- | app-vim/qt-support/qt-support-1.1.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/qt-support/Manifest b/app-vim/qt-support/Manifest new file mode 100644 index 000000000..826c4bd9c --- /dev/null +++ b/app-vim/qt-support/Manifest @@ -0,0 +1 @@ +DIST qt-support-1.1.tar.gz 15080 BLAKE2B b454b2165418ff877ae7145b8049fb0284070e1eca9e8e46b16c1fa7048b22820eefe50676fabbda97f409dd9a0a1f272f2b1100c35904c073afd584e9b683d5 SHA512 f19f0a38cad16c0da5ff4b6081e9318bd8d7e021d666f5ecb4b3af9f11f2d62551b8d5d4414de18f88d8de59cc302adfe32143f846945359df9c9a5fa998a853 diff --git a/app-vim/qt-support/qt-support-1.1.ebuild b/app-vim/qt-support/qt-support-1.1.ebuild new file mode 100644 index 000000000..95e3510a1 --- /dev/null +++ b/app-vim/qt-support/qt-support-1.1.ebuild @@ -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" |