mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:17:45 +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,9 +1,11 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=coreutils
|
||||
version=9.1
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub="true"
|
||||
config_sub_paths=("build-aux/config.sub")
|
||||
port='coreutils'
|
||||
version='9.1'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=(
|
||||
'build-aux/config.sub'
|
||||
)
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/coreutils/coreutils-${version}.tar.gz#6055df9268603e8239a5c9c1d64cb25b9a992530df66e33b8d78a660edb37b35"
|
||||
)
|
||||
|
@ -14,4 +16,6 @@ files=(
|
|||
# - df requires one of the read_file_system_list implementations in gnulib/lib/mountlist.c
|
||||
# - pinky, users, and who require utmp
|
||||
# - nice is just something that doesn't exist
|
||||
configopts+=("--enable-no-install-program=arch,coreutils,hostname,chcon,runcon,df,pinky,users,who,nice")
|
||||
configopts+=(
|
||||
'--enable-no-install-program=arch,coreutils,hostname,chcon,runcon,df,pinky,users,who,nice'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue