Newer
Older
minerva / Ports / xz / package.sh
@minerva minerva on 13 Jul 388 bytes Initial commit
#!/usr/bin/env -S bash ../.port_include.sh
port='xz'
version='5.6.2'
depends=(
    'libiconv'
    'zlib'
)
files=(
    "https://tukaani.org/xz/xz-${version}.tar.gz#8bfd20c0e1d86f0402f2497cfa71c6ab62d4cd35fd704276e3140bfb71414519"
)
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
    'build-aux/config.sub'
)
configopts=(
    '--disable-static'
    '--enable-shared'
)