blob: 482b9c4e56c130c5009da8628d429ee2dc81e2a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = archnote
pkgdesc = A beautiful, minimal scratchpad note-taking app for Arch Linux with Omarchy theme support
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/dannymcc/Archnote
arch = x86_64
license = MIT
makedepends = rust
makedepends = cargo
makedepends = nodejs
makedepends = npm
makedepends = git
depends = webkit2gtk-4.1
depends = gtk3
depends = cairo
depends = gdk-pixbuf2
depends = glib2
source = archnote-0.2.0::git+https://github.com/dannymcc/Archnote.git#tag=v0.2.0
sha256sums = SKIP
pkgname = archnote
|