proton-drive-fs-bin
LOW
maintainer khaosdoctor
0 votes
scanned 2026-09-07 11:14:32.669265
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
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: Lucas Santos <hello@lsantos.dev>
3
4
pkgname='proton-drive-fs-bin'
5
pkgver=0.17.0
6
pkgrel=1
7
pkgdesc='FUSE virtual filesystem for Proton Drive on Linux.'
8
url='https://github.com/khaosdoctor/proton-drive-linux-fs'
9
arch=('aarch64' 'x86_64')
10
license=('MIT')
11
provides=('proton-drive-fs')
12
conflicts=('proton-drive-fs')
13
depends=('fuse3')
14
optdepends=('zenity: About dialog' 'libsecret: store the key password in the OS keyring')
15
16
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/khaosdoctor/proton-drive-linux-fs/releases/download/v${pkgver}/proton-drive-linux-fs_${pkgver}_linux_arm64.tar.gz")
17
sha256sums_aarch64=('185976e0be484a06cc1358f64f3c404915b6b3d495e1fa987d3bc53898ee8a66')
18
19
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/khaosdoctor/proton-drive-linux-fs/releases/download/v${pkgver}/proton-drive-linux-fs_${pkgver}_linux_amd64.tar.gz")
20
sha256sums_x86_64=('57534cd4cefae6a8c6e24b742ce15360aa89fa8acb2a783114a9516873c86f25')
21
22
package() {
23
install -Dm755 "./proton-drive-fs" "${pkgdir}/usr/bin/proton-drive-fs"
24
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
25
install -Dm644 "./contrib/proton-drive-fs.desktop" "${pkgdir}/usr/share/applications/proton-drive-fs.desktop"
26
install -Dm644 "./contrib/icons/proton-drive-fs.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/proton-drive-fs.png"
27
install -Dm644 "./contrib/systemd/proton-drive-fs.service" "${pkgdir}/usr/lib/systemd/user/proton-drive-fs.service"
28
install -Dm644 "./contrib/systemd/proton-drive-fs-tray.service" "${pkgdir}/usr/lib/systemd/user/proton-drive-fs-tray.service"
29
install -Dm644 "./contrib/io.github.khaosdoctor.proton_drive_fs.metainfo.xml" "${pkgdir}/usr/share/metainfo/io.github.khaosdoctor.proton_drive_fs.metainfo.xml"
30
}
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 11:14:32 | Low | 1 |
| 2026-09-07 00:30:15 | Clean | 2 |
| 2026-09-06 23:12:41 | Low | 1 |