mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-11 18:25:03 +00:00
8 lines
210 B
Bash
Executable File
8 lines
210 B
Bash
Executable File
#!/bin/bash ../.port_include.sh
|
|
port=libarchive
|
|
version=3.4.0
|
|
useconfigure=true
|
|
configopts="--without-xml2"
|
|
files="https://libarchive.org/downloads/libarchive-3.4.0.tar.gz libarchive-3.4.0.tar.gz"
|
|
depends=zlib
|