moli-git

LOW
maintainer quininer 0 votes scanned 2026-09-02 17:51:12.085206
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

1pkgname=moli-git
2pkgver=1.1.1.525.g437a82ab
3pkgrel=1
4pkgdesc="Best headless browser for AI agents. Lite, Fast, High-Compatibility."
5arch=('x86_64' 'i686' 'aarch64')
6url="https://github.com/lexmount/moli"
7license=('MIT' 'APACHE')
8depends=('libpng' 'brotli' 'bzip2' 'expat' 'freetype2' 'fontconfig')
9makedepends=('cargo' 'cmake' 'git')
10optdepends=()
11provides=('moli')
12conflicts=('moli')
13source=($pkgname::git+https://github.com/lexmount/moli)
14sha256sums=('SKIP')
15options=(!lto)
16
17pkgver() {
18 cd $pkgname/moli
19 echo $(grep '^version =' Cargo.toml|head -n1|cut -d\" -f2).$(git rev-list --count HEAD).g$(git describe --always)
20}
21
22build() {
23 cd $pkgname/moli
24 cargo build --release
25}
26
27package() {
28 cd $pkgname
29 install -D -m755 "$srcdir/$pkgname/target/release/moli" "$pkgdir/usr/bin/moli"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 17:51:12 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