writero-desktop
LOW
maintainer ivankuznetsov11
0 votes
scanned 2026-09-13 21:15:24.963188
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.
6
pkgname=writero-desktop
7
pkgver=0.1.1
8
pkgrel=1
9
pkgdesc="Native block editor with AI writing tools and local-first documents"
10
arch=('x86_64' 'aarch64')
11
url="https://github.com/ivankuznetsov/writero-desktop"
12
license=('MIT')
13
depends=('qt6-base' 'qt6-declarative' 'qt6-svg' 'libsecret' 'sqlite')
14
makedepends=('cmake' 'ninja')
15
source=("$pkgname-$pkgver.tar.gz::https://github.com/ivankuznetsov/writero-desktop/releases/download/v$pkgver/writero-desktop-$pkgver.tar.gz")
16
sha256sums=('68629d116c083efa19a2ded4d346058ba20f0d604f9d3687bddf785bc51cac9c')
17
18
build() {
19
cmake -B build -G Ninja \
20
-DCMAKE_BUILD_TYPE=Release \
21
-S "$pkgname-$pkgver"
22
cmake --build build
23
}
24
25
check() {
26
QT_QPA_PLATFORM=offscreen ctest --test-dir build --output-on-failure
27
}
28
29
package() {
30
DESTDIR="$pkgdir" cmake --install build --prefix /usr
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 21:15:24 | Low | 1 |