discipulus-bin
LOW
maintainer ElectricSteve
1 votes
scanned 2026-09-25 17:12:25.570634
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: ElectricSteve <aur at electricsteve dot dev>
2
3
pkgname=discipulus-bin
4
_pkgname=discipulus
5
pkgver=0.2.7
6
pkgrel=1
7
pkgdesc="Alternative Openbare Magister App voor Android, iOS, iPadOS, WatchOS, WearOS, macOS, Linux en Windows"
8
arch=('x86_64')
9
url="https://github.com/DiscipulusApp/Discipulus"
10
license=('GPL-3.0-only')
11
provides=('discipulus')
12
depends=(
13
'gtk3'
14
'webkit2gtk-4.1'
15
'glibc'
16
'desktop-file-utils'
17
)
18
options=('!strip' '!debug')
19
source=(
20
"${url}/releases/download/v${pkgver}/Linux.-.Discipulus.tar.gz"
21
"${url}/raw/refs/tags/v${pkgver}/icon.svg"
22
"${_pkgname}.desktop"
23
)
24
sha256sums=('84db72ed5aae045a253cafd3290ed5a62a25359e9e77ed85efafeda71caa6181'
25
'ceaedc8d4546bd1d7b5c2abdd61333f191bb96f0434a021fa161148ae6edda96'
26
'0ed077aabc79c5f452032f2c8c3ce17bb6705111ba2fe8119182d69ddf0b51eb')
27
install=discipulus.install
28
29
package() {
30
install -dm755 "${pkgdir}/opt/${pkgname}"
31
cp -a "${srcdir}/bundle/." "${pkgdir}/opt/${pkgname}/"
32
33
install -dm755 "${pkgdir}/usr/bin"
34
ln -s "/opt/${pkgname}/discipulus" "${pkgdir}/usr/bin/discipulus"
35
36
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
37
install -Dm644 "icon.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/${_pkgname}.svg"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 17:12:25 | Low | 1 |
| 2026-09-25 00:03:36 | Clean | 2 |
| 2026-09-24 23:44:46 | Low | 1 |