Skip to content

Commit

Permalink
dev-tex/biblatex-gost: Add biblatex gost package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.31, Repoman-2.3.9
  • Loading branch information
alexxy committed May 14, 2018
1 parent a0dcb13 commit 7062eb2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-tex/biblatex-gost/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST biblatex-gost-1.17.tar.gz 144648 BLAKE2B 96ebd5f2845767dce6cc88d4817bf267faffa72d1e872885e39ac94a32f29eb7ac3c80ca6d2069da2466b805f10a71cea2baa0d805b70c6c6421aadb2d9dcacc SHA512 a5cf0b499fdfc98a4153090e1c8b43beeae6c3e9678852158b0b581be44b33fdfe99a15b7cbf3c70db4f84a2fd1c4ceaca7a9e224a1b210c04d5e852fbc356a4
27 changes: 27 additions & 0 deletions dev-tex/biblatex-gost/biblatex-gost-1.17.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit latex-package

DESCRIPTION="Biblatex styles for Russian GOST 7.0.5-2008 bibliography standard"
HOMEPAGE="https://github.com/odomanov/biblatex-gost"
SRC_URI="https://github.com/odomanov/${PN}/archive/ver.${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LPPL-1.3c"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-texlive/texlive-latexextra
>=dev-tex/biblatex-3.8
>=dev-tex/biber-2.8"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${PN}-ver.${PV}"

src_install() {
insinto "${TEXMF}"
doins -r tex
}
11 changes: 11 additions & 0 deletions dev-tex/biblatex-gost/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Alexey Shvetsov</name>
</maintainer>
<upstream>
<remote-id type="github">odomanov/biblatex-gost</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 7062eb2

Please sign in to comment.