mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:57:35 +00:00
dos2unix: Introduce dos2unix port
Port the ubiquitous dos2unix tool to Serenity. Dos2Unix is a suite of tools for converting file line endings, from dos/mac to unix and unix to dos/mac.
This commit is contained in:
parent
5c511de4cc
commit
444a7eb929
3 changed files with 18 additions and 0 deletions
6
Ports/dos2unix/package.sh
Executable file
6
Ports/dos2unix/package.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=dos2unix
|
||||
version=7.4.2
|
||||
workdir="${port}-${version}"
|
||||
files="https://waterlan.home.xs4all.nl/dos2unix/dos2unix-${version}.tar.gz ${port}-${version}.tar.gz"
|
||||
depends=("gettext")
|
Loading…
Add table
Add a link
Reference in a new issue