readeck
LOW
maintainer fenuks
0 votes
scanned 2026-09-14 11:16:56.753038
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
3
pkgname=readeck
4
pkgver=0.23.2
5
pkgrel=1
6
pkgdesc='Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.'
7
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
8
url='https://readeck.org'
9
_vcs_url='https://codeberg.org/readeck/readeck'
10
license=('AGPLv3')
11
depends=()
12
optdepends=('postgresql: for using PostgreSQL instead of SQLite')
13
makedepends=(go npm)
14
# options=(!buildflags)
15
source=("${pkgname}-${pkgver}.tar.gz::${_vcs_url}/archive/${pkgver}.tar.gz")
16
sha256sums=('1094edb09ebc124526ce4e83d2125bbff1c75a188a302e21f39416dc4ada6182')
17
privides=("${pkgname}")
18
conflicts=("${pkgname}")
19
20
prepare() {
21
export GOPATH="${srcdir}/gopath"
22
cd "${pkgname}"
23
make setup
24
}
25
26
build() {
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
34
package() {
35
cd "${srcdir}/${pkgname}"
36
install -Dm755 "dist/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 11:16:56 | Low | 1 |