forked from TrueCloudLab/rclone
snapcraft: slighty improve buildfile (see #1188)
This commit is contained in:
parent
8a185deefa
commit
230e65313a
1 changed files with 4 additions and 4 deletions
|
@ -9,14 +9,14 @@ grade: stable
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
rclone:
|
rclone:
|
||||||
command: bin/rclone
|
command: usr/bin/rclone
|
||||||
plugs: [home, network, network-bind, fuse-support]
|
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-tag: v1.36
|
source-tag: v1.37
|
||||||
source-type: git
|
source-type: git
|
||||||
go-importpath: github.com/ncw/rclone
|
stage-packages: [fuse]
|
||||||
build-packages: [gcc, libgudev-1.0-dev, fuse]
|
build-packages: [gcc, libgudev-1.0-dev, fuse]
|
||||||
|
|
Loading…
Add table
Reference in a new issue