Added some dependencies

main
Jef Roosens 2022-05-21 08:40:38 +02:00
parent f0d061fdc4
commit 2d6ff6f08a
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 11 additions and 0 deletions

View File

@ -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")