snapcraft: adjust snapcraft-dev build to allow fuse mounting – see #1188
This commit is contained in:
parent
9c47b767b4
commit
e64435a5c1
1 changed files with 6 additions and 6 deletions
|
@ -5,17 +5,17 @@ description:
|
||||||
Rclone is a command line program to sync files to and from cloud storage providers such as
|
Rclone is a command line program to sync files to and from cloud storage providers such as
|
||||||
Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, OneDrive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files.
|
Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, OneDrive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files.
|
||||||
confinement: strict
|
confinement: strict
|
||||||
grade: stable
|
grade: devel
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
rclone:
|
rclone:
|
||||||
command: bin/rclone
|
command: usr/bin/rclone
|
||||||
plugs: [home, network, network-bind]
|
plugs: [home, network, network-bind, fuse-support]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
rclone:
|
rclone:
|
||||||
plugin: go
|
plugin: make
|
||||||
source: https://github.com/ncw/rclone
|
source: https://github.com/ncw/rclone
|
||||||
source-type: git
|
source-type: git
|
||||||
go-importpath: github.com/ncw/rclone
|
stage-packages: [fuse]
|
||||||
build-packages: [gcc, libgudev-1.0-dev]
|
build-packages: [gcc, libgudev-1.0-dev, fuse]
|
||||||
|
|
Loading…
Add table
Reference in a new issue