mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-03 00:36:52 +03:00
6 lines
161 B
Bash
6 lines
161 B
Bash
|
#!/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
|