recueil

LOW
maintainer supermario 0 votes scanned 2026-09-14 11:16:56.753038
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: Mario Finelli <mario at finel dot li>
2
3pkgname=recueil
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="self-hosted webpage bookmarker and archiver"
7arch=(aarch64 x86_64)
8url=https://recueil.app
9license=(AGPL-3.0-or-later)
10depends=(glibc)
11makedepends=(git go jq pnpm sqlc)
12source=("git+https://github.com/mfinelli/recueil.git#tag=v$pkgver")
13sha256sums=('ce98fa684a89a8d1acffa6729ec1aa69b130eb1c3ff23c3a33da355ec03f0133')
14
15prepare() {
16 cd $pkgname
17 git submodule update --init
18 go mod download
19 pnpm ci
20}
21
22build() {
23 cd $pkgname
24
25 export CGO_CPPFLAGS="${CPPFLAGS}"
26 export CGO_CFLAGS="${CFLAGS}"
27 export CGO_CXXFLAGS="${CXXFLAGS}"
28 export CGO_LDFLAGS="${LDFLAGS}"
29
30 make
31}
32
33package() {
34 cd $pkgname
35 make install DESTDIR="$pkgdir" PREFIX=/usr
36}
37
38# vim: set ts=2 sw=2 et:
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 11:16:56 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