readeck

LOW
maintainer fenuks 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: fenuks
2
3pkgname=readeck
4pkgver=0.23.2
5pkgrel=1
6pkgdesc='Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.'
7arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
8url='https://readeck.org'
9_vcs_url='https://codeberg.org/readeck/readeck'
10license=('AGPLv3')
11depends=()
12optdepends=('postgresql: for using PostgreSQL instead of SQLite')
13makedepends=(go npm)
14# options=(!buildflags)
15source=("${pkgname}-${pkgver}.tar.gz::${_vcs_url}/archive/${pkgver}.tar.gz")
16sha256sums=('1094edb09ebc124526ce4e83d2125bbff1c75a188a302e21f39416dc4ada6182')
17privides=("${pkgname}")
18conflicts=("${pkgname}")
19
20prepare() {
21 export GOPATH="${srcdir}/gopath"
22 cd "${pkgname}"
23 make setup
24}
25
26build() {
27 export GOPATH="${srcdir}/gopath"
28 # workaround for flag provided but not defined: -Wl,--sort-common
29 unset LDFLAGS
30 cd "${srcdir}/${pkgname}"
31 make all
32}
33
34package() {
35 cd "${srcdir}/${pkgname}"
36 install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
37}
38

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