writero-desktop

LOW
maintainer ivankuznetsov11 0 votes scanned 2026-09-13 21:15:24.963188
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: Ivan Kuznetsov <ivan@ikuznetsov.com>
2#
3# pkgver and sha256sums track the latest release. The tag-driven release
4# workflow overrides both from the tag and its attached source tarball
5# before publishing, so a stale value here never reaches the AUR.
6pkgname=writero-desktop
7pkgver=0.1.1
8pkgrel=1
9pkgdesc="Native block editor with AI writing tools and local-first documents"
10arch=('x86_64' 'aarch64')
11url="https://github.com/ivankuznetsov/writero-desktop"
12license=('MIT')
13depends=('qt6-base' 'qt6-declarative' 'qt6-svg' 'libsecret' 'sqlite')
14makedepends=('cmake' 'ninja')
15source=("$pkgname-$pkgver.tar.gz::https://github.com/ivankuznetsov/writero-desktop/releases/download/v$pkgver/writero-desktop-$pkgver.tar.gz")
16sha256sums=('68629d116c083efa19a2ded4d346058ba20f0d604f9d3687bddf785bc51cac9c')
17
18build() {
19 cmake -B build -G Ninja \
20 -DCMAKE_BUILD_TYPE=Release \
21 -S "$pkgname-$pkgver"
22 cmake --build build
23}
24
25check() {
26 QT_QPA_PLATFORM=offscreen ctest --test-dir build --output-on-failure
27}
28
29package() {
30 DESTDIR="$pkgdir" cmake --install build --prefix /usr
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 21:15:24 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