diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-28 01:35:26 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-28 01:45:36 +0100 |
commit | 7b297a44ce1b985485c41d8f9f4fd07e52d4f4b3 (patch) | |
tree | 0a0e31591bc0fae8a584792e0352735b6650968a /config/git | |
parent | d4f5fdec06c64d73b5df3b51aa681220896d38a2 (diff) |
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>
Diffstat (limited to 'config/git')
-rw-r--r-- | config/git/libarchive/pkg.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/git/libarchive/pkg.cfg b/config/git/libarchive/pkg.cfg new file mode 100644 index 00000000..afce5b26 --- /dev/null +++ b/config/git/libarchive/pkg.cfg @@ -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" |