dev-vcs/GitQlient: new package

Add new package for Multi-platform Git client written with Qt
pull/1/head
Alexander Miroshnichenko 2020-07-24 19:09:13 +03:00
parent d59a18cb4e
commit 2429793f53
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,43 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit qmake-utils git-r3
DESCRIPTION="Multi-platform Git client written with Qt"
HOMEPAGE="https://github.com/francescmm/GitQlient https://francescmm.github.io/GitQlient"
EGIT_REPO_URI="https://github.com/francescmm/GitQlient.git"
EGIT_COMMIT="e9a208a"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-qt/qtgui-5.12"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
eqmake5
}
src_install() {
dobin ${PN}
insinto "/usr"
doins -r "AppImage/${PN}/usr/share"
}
pkg_postinst() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_mimeinfo_database_update
xdg_icon_cache_update
}

View File

@ -0,0 +1,2 @@
EBUILD GitQlient-1.1.1.ebuild 803 BLAKE2B 446214bf0865c5090205159a0034835bfda06c9038ed000d682bbda4e2c038f7d27e9c7a06ceaa33d4daa9b0b41a939ac4c5bbc54b030d90b8e7316d6d030dad SHA512 0f97ff667bf8407997650d17352c333ddd982368c52864a100f462457b275fa475a933dc6d856e0f36502c3cf6ac837b690dc818f4178612f7907a2123a5116a
MISC metadata.xml 358 BLAKE2B 997176c7574e5b1dad48e299ae56f0c3695df1c5f2f0279a4ab5db25afd2f7e8b91bb675e4763b19198c97eed4884ee8e74cf15a37d2665642428ffcbc26b08c SHA512 2c5ce7673546fdbdd3647f8fe28320ffae1b530181f9948668eb66d9200aa31fa5310aaf6c167ab7c76a1c0a0dddc6f151f46f858ee48c5e738491905dfddf59

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alex@millerson.name</email>
<name>Alexander Miroshnichenko</name>
</maintainer>
<longdescription lang="en">
Multi-platform Git client written with Qt
</longdescription>
</pkgmetadata>