moli-git
LOW
maintainer quininer
0 votes
scanned 2026-09-02 17:51:12.085206
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
pkgname=moli-git
2
pkgver=1.1.1.525.g437a82ab
3
pkgrel=1
4
pkgdesc="Best headless browser for AI agents. Lite, Fast, High-Compatibility."
5
arch=('x86_64' 'i686' 'aarch64')
6
url="https://github.com/lexmount/moli"
7
license=('MIT' 'APACHE')
8
depends=('libpng' 'brotli' 'bzip2' 'expat' 'freetype2' 'fontconfig')
9
makedepends=('cargo' 'cmake' 'git')
10
optdepends=()
11
provides=('moli')
12
conflicts=('moli')
13
source=($pkgname::git+https://github.com/lexmount/moli)
14
sha256sums=('SKIP')
15
options=(!lto)
16
17
pkgver() {
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
22
build() {
23
cd $pkgname/moli
24
cargo build --release
25
}
26
27
package() {
28
cd $pkgname
29
install -D -m755 "$srcdir/$pkgname/target/release/moli" "$pkgdir/usr/bin/moli"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 17:51:12 | Low | 1 |