1
0

Added optional dependencies to PKGBUILD.

This commit is contained in:
Alexander Andreev 2023-03-12 01:28:34 +04:00
parent 71bbcd1edc
commit 38f995302d
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -9,6 +9,9 @@ license=('MIT')
groups=()
depends=()
makedepends=('go')
optdepends=(
'tree: to make a filelist html file'
'ffmpeg: to convert media to ogg')
provides=('dwelling-radio')
conflicts=('dwelling-radio')
replaces=()