diff --git a/app-vim/qt-support/Manifest b/app-vim/qt-support/Manifest new file mode 100644 index 0000000000..826c4bd9ca --- /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 0000000000..95e3510a17 --- /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"