Added some dependencies
parent
f0d061fdc4
commit
2d6ff6f08a
11
PKGBUILD
11
PKGBUILD
|
@ -10,6 +10,17 @@ arch=('x86_64')
|
|||
url='https://github.com/cinnyapp/cinny-desktop'
|
||||
license=('MIT')
|
||||
|
||||
# https://tauri.studio/v1/guides/getting-started/prerequisites#1-system-dependencies
|
||||
depends=(
|
||||
'webkit2gtk'
|
||||
'openssl'
|
||||
'gtk3'
|
||||
'appmenu-gtk-module'
|
||||
'libappindicator-gtk3'
|
||||
'librsvg'
|
||||
'libvips'
|
||||
'sqlite'
|
||||
)
|
||||
makedepends=('rust' 'nodejs' 'npm')
|
||||
|
||||
source=("${pkgname}::https://github.com/cinnyapp/cinny-desktop/releases/download/v${pkgver}/cinny-desktop-v${pkgver}.zip")
|
||||
|
|
Loading…
Reference in New Issue