mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
f642b54b5e
Version 7.5.1 fixes a problem of converting a symbolic link target that is on another filesystem, and updates Chinese and Serbian translations.
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.1
|
|
workdir="${port}-${version}"
|
|
files=(
|
|
"https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz da07788bb2e029b0d63f6471d166f68528acd8da2cf14823a188e8a9d5c1fc15"
|
|
)
|
|
depends=("gettext")
|