diff options
Diffstat (limited to 'repos/extra/libarchive/abuild')
| -rw-r--r-- | repos/extra/libarchive/abuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/repos/extra/libarchive/abuild b/repos/extra/libarchive/abuild new file mode 100644 index 00000000..5b5e271c --- /dev/null +++ b/repos/extra/libarchive/abuild @@ -0,0 +1,6 @@ +name=libarchive +version=3.7.9 +release=1 +source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" +build_opt="--without-xml2 --without-zstd" +keep_static=1 |