mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 11:00:29 +00:00
8 lines
269 B
Bash
Executable file
8 lines
269 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=dos2unix
|
|
version=7.5.0
|
|
workdir="${port}-${version}"
|
|
files=(
|
|
"https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz 7a3b01d01e214d62c2b3e04c3a92e0ddc728a385566e4c0356efa66fd6eb95af"
|
|
)
|
|
depends=("gettext")
|