autentico-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-22 07:16:51.311595
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_pkgauthor=eugenioenko
4_pkgname=autentico
5pkgname=${_pkgname}-bin
6pkgver=2.1.3
7_pkgvername=v${pkgver}
8pkgrel=1
9pkgdesc="A self-hosted OpenID Connect Identity Provider"
10
11arch=('x86_64' 'aarch64')
12_barch=('linux-amd64' 'linux-arm64')
13
14url="https://filebrowser.org/"
15_gurl="https://github.com/${_pkgauthor}/${_pkgname}"
16_gurlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
17
18license=('Apache-2.0')
19
20depends=('glibc')
21provides=("${_pkgname}")
22conflicts=("${_pkgname}")
23
24install="${pkgname}.install"
25
26source=("${_pkgname}.service"
27 "${_pkgname}.sysusers"
28 "${_pkgname}.tmpfiles"
29 "${pkgname}.install"
30 "LICENSE-${pkgver}::${_gurlraw}/LICENSE"
31 "README-${pkgver}.md::${_gurlraw}/README.md")
32source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}::${_gurl}/releases/download/${_pkgvername}/${_pkgname}-${_barch[0]}")
33source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}::${_gurl}/releases/download/${_pkgvername}/${_pkgname}-${_barch[1]}")
34sha256sums=('31827ab039d2097d82881848e60ebe9735a1ed40ce4a365f3aabcbd1d83d02b0'
35 '89a0dfec88918685812716f1a49e3cccae98dac90cfc77cee3977f24e2c2d052'
36 'd6f4942178a8259090795098d7efad293b676877d5a24a196699cdf73878394f'
37 '9c5bd124b46e562040765a61d80a5d493100cd3a40d27524423887e4f07fe51d'
38 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
39 'b1a2bedc7bd30b873a6230f2ad898c56449a291e67913f41910331c23cd8d67d')
40sha256sums_x86_64=('99737d52f6312d6d745d888468d4ff84e503d0a98092d20a09414e0b1ff022a5')
41sha256sums_aarch64=('6b5a9d03861465b88c4f22a649fa3f6d588632350fcbe84459ab3cddc6d27c16')
42
43
44package() {
45 cd "${srcdir}/" || exit
46
47 install -Dm755 "${_pkgname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_pkgname}"
48
49 install -Dm644 "${_pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${_pkgname}.service"
50
51 install -Dm644 "${_pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${_pkgname}.conf"
52 install -Dm644 "${_pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgname}.conf"
53
54 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
55 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
56}
57

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 07:16:51 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