mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-crypt/configuradorfnmt - New package
Signed-off-by: Jesus P Rey <gentoo@chuso.net> Bug: https://bugs.gentoo.org/744535
This commit is contained in:
1
app-crypt/configuradorfnmt/Manifest
Normal file
1
app-crypt/configuradorfnmt/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST configuradorfnmt-1.0.1-0.x86_64.rpm 139541324 BLAKE2B f47afc8934dd31e7508e1cfa3837d3e2edc44cbc3cd6805131a617909e9d5996d9223e942a0de380a260bc4be9f434678aeab4665daaf751122a8b86979aaa2a SHA512 5622d2d0242c26ef0b8598ecd753e49b05248efaea19f161edd28944349c1a6fda2fa0583c584285ca51ec83972a6661551f79df49e4b10e4bf176bdc66f1725
|
||||
26
app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild
Normal file
26
app-crypt/configuradorfnmt/configuradorfnmt-1.0.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop java-utils-2 rpm xdg
|
||||
|
||||
DESCRIPTION="Spanish government certificate request generator"
|
||||
HOMEPAGE="https://www.cert.fnmt.es/"
|
||||
SRC_URI="https://descargas.cert.fnmt.es/Linux/configuradorfnmt-1.0.1-0.x86_64.rpm"
|
||||
|
||||
LICENSE="FNMT-RCM"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="virtual/jre:1.8"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/
|
||||
|
||||
src_install() {
|
||||
java-pkg_dojar "usr/lib64/${PN}/${PN}.jar"
|
||||
java-pkg_dolauncher
|
||||
doicon "usr/lib64/${PN}/${PN}.png"
|
||||
make_desktop_entry "${PN} %u" "Configurador FNMT" "${PN}" "Utility" "Comment[es]=Generador de certificados de la FNMT\nMimeType=x-scheme-handler/fnmtcr"
|
||||
}
|
||||
8
app-crypt/configuradorfnmt/metadata.xml
Normal file
8
app-crypt/configuradorfnmt/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@chuso.net</email>
|
||||
<name>Jesus Perez Rey</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user