blob: fc2b0497672df2f9ee7f413179ac05d6f026125c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = gj-git
pkgdesc = gj is a dead simple journaling CLI. Type your thoughts into the terminal — they get logged to Notion, one page per day. No clutter, no fuss.
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/efekrskl/gj
arch = x86_64
license = MIT
makedepends = rust
makedepends = cargo
makedepends = git
depends = glibc
source = gj-git::git+https://github.com/efekrskl/gj.git
sha256sums = SKIP
pkgname = gj-git
|