forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-tex/biblatex-gost: Add biblatex gost package
Package-Manager: Portage-2.3.31, Repoman-2.3.9
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |