blob: 9d716fe5c3b2744633ef372d2d24025bea59d1d3 (
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
|
pkgbase = cortex-bin
pkgdesc = Local-first, open-source NotebookLM alternative — a desktop study OS
pkgver = 1.0.25
pkgrel = 1
url = https://github.com/PndaMan/cortex
arch = x86_64
license = Apache-2.0
depends = webkit2gtk-4.1
depends = gtk3
depends = libsoup3
depends = poppler
depends = ffmpeg
optdepends = mpv: background study music
optdepends = libreoffice-fresh: rendered PPTX/DOCX slide previews (text ingest works without it)
optdepends = tesseract: OCR for scanned PDFs / images
optdepends = ollama: local, keyless LLM + embeddings
optdepends = yt-dlp: YouTube / web audio + video ingest
optdepends = rclone: encrypted cloud backup
optdepends = age: backup encryption
provides = cortex
conflicts = cortex
source = https://github.com/PndaMan/cortex/releases/download/v1.0.25/Cortex_1.0.25_amd64.deb
sha256sums = 2eb366503a13d1d31aea7a4a61b4697b6c58b2a7c8dfcfbff756f73d1e79199e
pkgname = cortex-bin
|