snapcraft: slighty improve buildfile (see #1188)

This commit is contained in:
Stefan Breunig 2017-08-04 21:36:25 +02:00
parent 8a185deefa
commit 230e65313a

View file

@ -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]