markora

LOW
maintainer aomiqaza 0 votes scanned 2026-09-05 03:59:20.365640
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: zyekhabdul <zyekhabdulqadirjailani@gmail.com>
2pkgname=markora
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Sovereign Markor-style Markdown Notebook, QuickNotes & Todo TUI for Terminal Power Users"
6arch=('any')
7url="https://github.com/zyekhabdul/markora"
8license=('MIT')
9depends=('python')
10makedepends=('python-setuptools')
11optdepends=(
12 'python-gkeepapi: Google Keep bi-directional sync'
13 'python-playwright: Automated browser login for Google Keep'
14)
15source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
16sha256sums=('da1341d812e50abc080b86ce26e033b972543777904183acd2567edc7e1175e3')
17
18build() {
19 cd "$pkgname-$pkgver"
20 python setup.py build
21}
22
23package() {
24 cd "$pkgname-$pkgver"
25 python setup.py install --root="$pkgdir" --optimize=1 --skip-build
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 03:59:20 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion