From 386505d0e023e06844afb238bc7bd3242cfe3e27 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Wed, 16 Aug 2023 00:38:18 +0200 Subject: [PATCH] Ports: Update `README.md` to show the right style for `depends` :^) --- Ports/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Ports/README.md b/Ports/README.md index 8d615f6bed..eaf73e6b48 100644 --- a/Ports/README.md +++ b/Ports/README.md @@ -137,8 +137,8 @@ files=( "https://example.com/foo-${version}.tar.gz 9acd50f9a2af37e471f761c3fe7b8dea5617e51dac802fe6c177b74abf0abb5a" ) depends=( - 'bar' - 'baz' + 'bar' + 'baz' ) ``` @@ -182,7 +182,10 @@ installed during the `installdepends` step. For example: ```bash -depends=("ncurses" "gettext") +depends=( + 'gettext' + 'ncurses' +) ``` #### `files`