Guest User

yaml

a guest
May 6th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. name: ubuntu-play-store
  2. version: 3.6+snap2
  3. summary: Ubuntu-Play-Store
  4. description: |
  5. Ubuntu Play Store for Ubuntu Desktop
  6.  
  7. apps:
  8. play:
  9. command: play-store
  10. plugs: [unity7,opengl,x11]
  11. vendor: <keshavnrj@gmail.com>
  12. icon : icon.png
  13.  
  14. parts:
  15. ubuntu-play-store:
  16. plugin: copy
  17. stage-packages:
  18. - libc6
  19. - libgcc1
  20. - libqt5core5a
  21. - libqt5gui5
  22. - libqt5network5
  23. - libqt5qml5
  24. - libqt5widgets5
  25. - libstdc++6
  26. - gdebi-core
  27.  
  28. snap:
  29. - -usr/share/doc
  30. - -usr/include
  31.  
  32. files:
  33. ubuntu-play-store: bin/ubuntu-play-store
  34. play.wrapper: bin/play-store
  35. snappy-qt5.conf: etc/xdg/qtchooser/snappy-qt5.conf
Add Comment
Please, Sign In to add comment