We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c3847 commit 2a50562Copy full SHA for 2a50562
pkg/gen.lua
@@ -42,6 +42,7 @@ subgen 'iproute2'
42
subgen 'jbig2dec'
43
subgen 'kbd'
44
subgen 'less'
45
+subgen 'libarchive'
46
subgen 'libass'
47
subgen 'libcbor'
48
subgen 'libdrm'
pkg/libarchive/README.md
@@ -0,0 +1,23 @@
1
+# libarchive
2
+
3
+## config.h
4
+Generated with
5
6
+```
7
+./configure \
8
+ --disable-rpath \
9
+ --disable-posix-regex-lib \
10
+ --disable-acl \
11
+ --without-zlib \
12
+ --without-bz2lib \
13
+ --without-libb2 \
14
+ --without-iconv \
15
+ --without-libiconv-prefix \
16
+ --without-lz4 \
17
+ --without-zstd \
18
+ --without-lzma \
19
+ --without-cng \
20
+ --without-openssl \
21
+ --without-xml2 \
22
+ --without-expat
23
0 commit comments