quickjs-git

LOW
maintainer Chocobo1 0 votes scanned 2026-09-26 19:15:27.170046
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: Chocobo1 <chocobo1 AT archlinux DOT net>
2
3pkgname=quickjs-git
4pkgver=r491.ga38171d
5pkgrel=1
6pkgdesc="A small and embeddable Javascript engine"
7arch=('i686' 'x86_64')
8url="https://bellard.org/quickjs/"
9license=('MIT')
10depends=('glibc')
11makedepends=('git')
12provides=("quickjs=$pkgver")
13conflicts=('quickjs')
14options=('staticlibs')
15source=("git+https://github.com/bellard/quickjs.git")
16sha256sums=('SKIP')
17
18
19pkgver() {
20 cd "quickjs"
21
22 _rev=$(git rev-list --count --all)
23 _hash=$(git rev-parse --short HEAD)
24 printf "r%s.g%s" "$_rev" "$_hash"
25}
26
27check() {
28 cd "quickjs"
29
30 #make test
31}
32
33package() {
34 cd "quickjs"
35
36 make \
37 PREFIX="/usr" \
38 DESTDIR="$pkgdir" \
39 install
40 install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/quickjs"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 19:15:27 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