mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 19:52:44 +00:00
Version 7.5.0 adds two new arguments for the command line, to add a line break to the last line if one isn't present, and to write output to stdout.
10 lines
469 B
Bash
Executable file
10 lines
469 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 ${port}-${version}.tar.gz
|
|
https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz.asc ${port}-${version}.tar.gz.asc"
|
|
depends=("gettext")
|
|
auth_type=sig
|
|
auth_import_key="f8f1bea490496a09cca328cc38c1f572b12725be"
|
|
auth_opts=("${port}-${version}.tar.gz.asc" "${port}-${version}.tar.gz")
|