proton-drive-fs
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'
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-bin')
13
depends=('fuse3')
14
makedepends=('go' 'git')
15
optdepends=('zenity: About dialog' 'libsecret: store the key password in the OS keyring')
16
source=("${pkgname}_${pkgver}.tar.gz::https://github.com/khaosdoctor/proton-drive-linux-fs/releases/download/v${pkgver}/proton-drive-linux-fs-${pkgver}.tar.gz")
17
sha256sums=('3109ccc420dd7d36066c7ccd910363865461fe0245d70c8031543e5e83c8c082')
18
prepare() {
19
go mod download
20
}
21
build() {
22
export CGO_ENABLED=0
23
export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
24
go build -ldflags "-s -w -X main.version=${pkgver} -X main.commit=aur" -o proton-drive-fs ./cmd/proton-drive-fs
25
}
26
package() {
27
install -Dm755 "./proton-drive-fs" "${pkgdir}/usr/bin/proton-drive-fs"
28
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29
install -Dm644 "./contrib/proton-drive-fs.desktop" "${pkgdir}/usr/share/applications/proton-drive-fs.desktop"
30
install -Dm644 "./contrib/icons/proton-drive-fs.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/proton-drive-fs.png"
31
install -Dm644 "./contrib/systemd/proton-drive-fs.service" "${pkgdir}/usr/lib/systemd/user/proton-drive-fs.service"
32
install -Dm644 "./contrib/systemd/proton-drive-fs-tray.service" "${pkgdir}/usr/lib/systemd/user/proton-drive-fs-tray.service"
33
install -Dm644 "./contrib/io.github.khaosdoctor.proton_drive_fs.metainfo.xml" "${pkgdir}/usr/share/metainfo/io.github.khaosdoctor.proton_drive_fs.metainfo.xml"
34
}
35
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 |