net-misc/kristall: New package.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2020-06-10 18:43:41 +02:00
parent a992fda24b
commit 38a200b4b6
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST kristall-0.2.tar.gz 7483452 BLAKE2B ab2cd662ce91d36310fcd0b643c18a673e2da504166936826e3642eff14fe80bd1d42a6c284317216069b67fff2f452b7d5d299d47bf19cd074f553ecf98eb33 SHA512 2f0492772b19cc7340e7690c2a5be199826bebddf02777a2a38de1607277bdcd8c7f1069499cc42e7070f1c978731a153bc1e79e1c17f022a8d7b78eca5e8bdb

View File

@@ -0,0 +1,34 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop qmake-utils xdg
DESCRIPTION="Visual cross-platform gemini browser"
HOMEPAGE="https://github.com/MasterQ32/kristall"
SRC_URI="https://github.com/MasterQ32/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-qt/qtmultimedia[widgets]"
DEPEND="${RDEPEND}"
src_prepare() {
default
sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die
}
src_configure() {
eqmake5 src/kristall.pro
}
src_install() {
emake install INSTALL_ROOT="${D}"
einstalldocs
doicon src/icons/kristall.svg
domenu Kristall.desktop
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>Ronny (tastytea) Gutbrod</name>
</maintainer>
<longdescription lang="en">
Graphical small-internet client for windows, linux, MacOS X and
BSDs. Supports gemini, http, https, gopher, finger.
</longdescription>
<upstream>
<bugs-to>https://github.com/MasterQ32/kristall/issues</bugs-to>
</upstream>
</pkgmetadata>