blob: 316dc46e0a0c9470c597ab6d36de96cdd2444250 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pkgbase = appflowy-git
pkgdesc = An open-source alternative to Notion.
pkgver = latest
pkgrel = 18
url = https://www.appflowy.io/
arch = x86_64
license = AGPL3
makedepends = git
makedepends = clang
makedepends = cmake
makedepends = ninja
makedepends = unzip
makedepends = rustup
makedepends = sqlite
makedepends = rsync
makedepends = cargo-make
makedepends = duckscript
depends = glibc>=2.32
depends = gtk3
depends = libkeybinder3
depends = xdg-user-dirs
depends = libnotify
provides = appflowy
conflicts = appflowy
conflicts = appflowy-bin
options = !lto
source = appflowy::git+https://github.com/AppFlowy-IO/AppFlowy.git
source = flutter::git+https://github.com/flutter/flutter.git#tag=3.19.2
sha256sums = SKIP
sha256sums = SKIP
pkgname = appflowy-git
|