mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:07:35 +00:00
Ports: Update README.md
to show the right style for depends
:^)
This commit is contained in:
parent
3782903642
commit
386505d0e0
1 changed files with 6 additions and 3 deletions
|
@ -137,8 +137,8 @@ files=(
|
||||||
"https://example.com/foo-${version}.tar.gz 9acd50f9a2af37e471f761c3fe7b8dea5617e51dac802fe6c177b74abf0abb5a"
|
"https://example.com/foo-${version}.tar.gz 9acd50f9a2af37e471f761c3fe7b8dea5617e51dac802fe6c177b74abf0abb5a"
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'bar'
|
'bar'
|
||||||
'baz'
|
'baz'
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -182,7 +182,10 @@ installed during the `installdepends` step.
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
depends=("ncurses" "gettext")
|
depends=(
|
||||||
|
'gettext'
|
||||||
|
'ncurses'
|
||||||
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `files`
|
#### `files`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue