Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. yann@imperium:~/dev/snappy/packages/ulogcatd$ cat snapcraft.yaml
  2. name: ulogcatd
  3. version: 1
  4. vendor: Yann Sionneau <[email protected]>
  5. summary: ulogcatd
  6. description: ulogcatd
  7. icon: icon.png
  8.  
  9. parts:
  10. ulogcatd:
  11. plugin: alchemy
  12. source: ssh://gerrit.parrot.biz/pulsar/ulog
  13. source-type: git
  14. dependencies: ulogcat
  15.  
  16. binaries:
  17. - exec: ulogcat
  18. name: usr/bin/ulogcat
  19. description: "ulogcat"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement