1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00

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:
rclone:
command: bin/rclone
command: usr/bin/rclone
plugs: [home, network, network-bind, fuse-support]
parts:
rclone:
plugin: go
plugin: make
source: https://github.com/ncw/rclone
source-tag: v1.36
source-tag: v1.37
source-type: git
go-importpath: github.com/ncw/rclone
stage-packages: [fuse]
build-packages: [gcc, libgudev-1.0-dev, fuse]