mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
Ports: Update formatting to be consistent with other ports
This commit updates the formatting for all ports to be updated in this PR in one go, to keep those changes centralized.
This commit is contained in:
parent
349996f7f2
commit
50758181a3
72 changed files with 595 additions and 399 deletions
|
@ -1,10 +1,14 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=diffutils
|
||||
version=3.8
|
||||
port='diffutils'
|
||||
version='3.8'
|
||||
depends=(
|
||||
'libiconv'
|
||||
)
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/diffutils/diffutils-${version}.tar.xz#a6bdd7d1b31266d11c4f4de6c1b748d4607ab0231af5188fc2533d0ae2438fec"
|
||||
)
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_paths=("build-aux/config.sub")
|
||||
depends=("libiconv")
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=(
|
||||
'build-aux/config.sub'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue