Add jabref-5.0
This commit is contained in:
2
app-text/jabref/Manifest
Normal file
2
app-text/jabref/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST jabref_5.0-1_amd64.deb 292728612 BLAKE2B 98ec5b47b9086c43a231e9d680952810692e64cc83f81f7f56b586e22783d3f782fab9df9b7907d2188f3e456db43bcdcd546c4c1f55dababb1c24d6f899175d SHA512 e8f6489647e535fb7d263d42a6ad2f5591e5185c1e377d523c6acd9746b7333d9d36a59b23e8e9eed1f540920355b73e29d7f9f56e61082c17005f0672692fd8
|
||||
EBUILD jabref-5.0.ebuild 553 BLAKE2B 9f2a1bba5bcf7a32e783816b0e5af3eee75befef7ba92e71c1d10ff2cb6f00d991940f13c22e293615d5cd690b247999b953fcc092b7a6d53ee2d8b3a36bba34 SHA512 84f184b1e8c44c5d1c44a4f26a3f8891379761dd3eab30ed4534f8596b222b7472080084ce816640e0e4bcde006377b7ba69eee001a2a10fb2afa3ebdb696676
|
33
app-text/jabref/jabref-5.0.ebuild
Normal file
33
app-text/jabref/jabref-5.0.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="JabRef"
|
||||
HOMEPAGE="https://www.jabref.org"
|
||||
SRC_URI="https://github.com/JabRef/jabref/releases/download/v${PV}/jabref_${PV}-1_amd64.deb"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
unpack ../work/data.tar.xz
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /
|
||||
doins -r opt
|
||||
|
||||
fperms +x /opt/jabref/bin/JabRef
|
||||
dosym ../../opt/jabref/bin/JabRef /usr/bin/jabref
|
||||
}
|
Reference in New Issue
Block a user