Added optional dependencies to PKGBUILD.
This commit is contained in:
parent
71bbcd1edc
commit
38f995302d
@ -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=()
|
||||
|
Loading…
Reference in New Issue
Block a user