config/git: Support building libarchive

This is for bsdtar, which we will use in place
of unar, because unar is not available on all
of the distros, and we had some recent problems
with it.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-09-28 01:35:26 +01:00
parent d4f5fdec06
commit 7b297a44ce
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1 @@
bsdtar

View File

@@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-3.0-or-later
premake="autoreconf -fiv src/libarchive"

View File

@@ -0,0 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
rev="9525f90ca4bd14c7b335e2f8c84a4607b0af6bdf"
url="https://codeberg.org/libreboot/libarchive"
bkup_url="https://git.disroot.org/libreboot/libarchive"