mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
app-vim/qt-support: new package, add 1.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
0ce238ac47
commit
3c9c914463
1
app-vim/qt-support/Manifest
Normal file
1
app-vim/qt-support/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST qt-support-1.1.tar.gz 15080 BLAKE2B b454b2165418ff877ae7145b8049fb0284070e1eca9e8e46b16c1fa7048b22820eefe50676fabbda97f409dd9a0a1f272f2b1100c35904c073afd584e9b683d5 SHA512 f19f0a38cad16c0da5ff4b6081e9318bd8d7e021d666f5ecb4b3af9f11f2d62551b8d5d4414de18f88d8de59cc302adfe32143f846945359df9c9a5fa998a853
|
15
app-vim/qt-support/qt-support-1.1.ebuild
Normal file
15
app-vim/qt-support/qt-support-1.1.ebuild
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user