kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 3acbe5cf196484b096a7a81958b2966b289fa019
parent 0b564b1960eaee5ae08acf301f151c5b9d7eeaab
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 20 Nov 2022 08:10:01 -0500

biber: Add new package at version 2.17

I would have thought this was distributed with texlive, but it
doesn't seem to get built when I use ehawkvu's texlive-bin package.
This package uses the prebuilt musl binary from the biber project,
which is how they recommend distributing it.

Diffstat:
Aextra/biber/build | 4++++
Aextra/biber/checksums | 1+
Aextra/biber/sources | 1+
Aextra/biber/version | 1+
4 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/extra/biber/build b/extra/biber/build @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +mkdir -p "$1/usr/bin" +cp biber "$1/usr/bin" diff --git a/extra/biber/checksums b/extra/biber/checksums @@ -0,0 +1 @@ +8967c4d34bfd2ed3d71e54d8a20a0c766b90368348994c99fca56ee2d812619e diff --git a/extra/biber/sources b/extra/biber/sources @@ -0,0 +1 @@ +https://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/VERSION/binaries/Linux-musl/biber-linux_x86_64-musl.tar.gz diff --git a/extra/biber/version b/extra/biber/version @@ -0,0 +1 @@ +2.17 1