1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:27:35 +00:00

Ports: Add diffutils port

This commit is contained in:
Brian Callahan 2020-01-25 19:52:28 -05:00 committed by Andreas Kling
parent 8c1f2d7131
commit 77ed943275
3 changed files with 32 additions and 0 deletions

5
Ports/diffutils/package.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=diffutils
version=3.5
files="https://ftp.gnu.org/gnu/diffutils/diffutils-3.5.tar.xz diffutils-3.5.tar.xz"
useconfigure=true