mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-09 18:16:09 +03:00
13 lines
382 B
Bash
Executable File
13 lines
382 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='dosfstools'
|
|
version='4.2'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=('config.sub')
|
|
files=(
|
|
"https://github.com/dosfstools/dosfstools/releases/download/v${version}/dosfstools-${version}.tar.gz#64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527"
|
|
)
|
|
configopts=(
|
|
"--enable-compat-symlinks"
|
|
)
|