proton-drive-fs

LOW
maintainer khaosdoctor 0 votes scanned 2026-09-07 11:14:32.669265
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# This file was generated by GoReleaser. DO NOT EDIT.
2# Maintainer: Lucas Santos <hello@lsantos.dev>
3
4pkgname='proton-drive-fs'
5pkgver=0.17.0
6pkgrel=1
7pkgdesc='FUSE virtual filesystem for Proton Drive on Linux.'
8url='https://github.com/khaosdoctor/proton-drive-linux-fs'
9arch=('aarch64' 'x86_64')
10license=('MIT')
11provides=('proton-drive-fs')
12conflicts=('proton-drive-fs-bin')
13depends=('fuse3')
14makedepends=('go' 'git')
15optdepends=('zenity: About dialog' 'libsecret: store the key password in the OS keyring')
16source=("${pkgname}_${pkgver}.tar.gz::https://github.com/khaosdoctor/proton-drive-linux-fs/releases/download/v${pkgver}/proton-drive-linux-fs-${pkgver}.tar.gz")
17sha256sums=('3109ccc420dd7d36066c7ccd910363865461fe0245d70c8031543e5e83c8c082')
18prepare() {
19 go mod download
20}
21build() {
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}
26package() {
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)SeverityRules
2026-09-07 11:14:32 Low 1
2026-09-07 00:30:15 Clean 2
2026-09-06 23:12:41 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