You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

light-locker-settings.yaml 1.0KB

6 years ago
1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. - name: light-locker-settings dependencies
  3. apt:
  4. pkg:
  5. - gettext
  6. - intltool
  7. - python3-psutil
  8. - build-essential
  9. - name: download light-locker-settings
  10. get_url:
  11. url: https://github.com/Antergos/light-locker-settings/archive/1.5.3.tar.gz
  12. dest: /opt/light-locker-settings-1.5.3.tar.bz2
  13. checksum: sha256:9174ee896d9ea7f41cb14eed61bea473de4b57278858bbd32045f1ed64858fcd
  14. - name: unpack light-locker-settings
  15. unarchive:
  16. src: /opt/light-locker-settings-1.5.3.tar.bz2
  17. remote_src: yes
  18. dest: /opt
  19. - name: configure script for light-locker-settings
  20. command: ./configure --prefix=/usr --python=python3
  21. args:
  22. chdir: /opt/light-locker-settings-1.5.3
  23. creates: /usr/local/bin/light-locker-settings
  24. - name: make light-locker-settings
  25. command: make
  26. args:
  27. chdir: /opt/light-locker-settings-1.5.3
  28. creates: /usr/local/bin/light-locker-settings
  29. - name: install light-locker-settings
  30. command: make install
  31. args:
  32. chdir: /opt/light-locker-settings-1.5.3
  33. creates: /usr/local/bin/light-locker-settings