discipulus-bin

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