myoso-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-20 17:33:19.607430
View on AUR
Why flagged

The package downloads prebuilt binaries and documentation from GitHub releases, which is a common AUR pattern; the source is verifiable via checksums and hosted on an official project repository, posing minimal risk despite low votes and recent upload.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads prebuilt binaries and documentation from GitHub releases, which is a common AUR pattern; the source is verifiable via checksums and hosted on an official project repository, posing minimal risk despite low votes and recent upload.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=vmargb
4_gitname=Myoso
5_appname=${_gitname,,}
6pkgname=${_appname}-bin
7pkgdesc="A spaced-repetition Anki alternative with superpowers"
8
9pkgver=0.5.3
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14_barch=('x86_64-unknown-linux-gnu')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('MIT')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25depends=('glibc' 'libgcc')
26
27options=('!strip')
28
29source=("README-${pkgver}.md::${_ghurlraw}/README.md"
30 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
32sha256sums=('67d94313167c31d8a3a8ad2818ef98c5b2512035cfa77f7e697bb6ab8c524b1e'
33 'a4cb9fe432afc1ad1290710b62536121b89035aa00c5074c04a316243e9cc83a')
34sha256sums_x86_64=('96c480ac85c86832a7dacba15f41a2f4c8087988ab3faaa112bd8845d61c71e6')
35
36
37package() {
38 cd "${srcdir}/" || exit
39
40 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
41
42 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
43
44 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-09-20 17:33:19 Low 2

Report a package

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

0 / 4000
Your suggestion