mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 03:21:35 +02:00
This reverts commit b70ffd376d82148c82a4074ff06e81272deb380a. Biblatex is related to biber to work, but biber is not yet tagged to 2.8 (which is supposed to work with this versionof biblatex)
30 lines
969 B
Plaintext
30 lines
969 B
Plaintext
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=biblatex
|
|
pkgver=3.7
|
|
pkgrel=0
|
|
pkgdesc="Sophisticated Bibliographies in LaTeX"
|
|
url="https://www.ctan.org/pkg/biblatex"
|
|
arch="noarch"
|
|
license="LPPL1.3"
|
|
depends="texlive-luatex"
|
|
makedepends="bash perl"
|
|
subpackages=""
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/plk/biblatex/archive/v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
mkdir -p "$pkgdir"/usr/share/texmf-dist
|
|
obuild/build.sh install $pkgver "$pkgdir"/usr/share/texmf-dist/
|
|
}
|
|
|
|
md5sums="eac5019d5166cc0fd4defb8ef3090223 biblatex-3.7.tar.gz"
|
|
sha256sums="33d0a57660bbd52c6d173a31e81b2b3619e14a91985f74a07b9031912e009a65 biblatex-3.7.tar.gz"
|
|
sha512sums="59903c9939699a3c98db9f5dced8c764bb1dcafacb2d522d879002d4be35d30b946898acb3e966dbb8c15df3fe0f9ed92f100211cdcd7edc777ed4b7ffb8bb29 biblatex-3.7.tar.gz"
|