template 716 B

1234567891011121314151617181920212223242526
  1. # Template file for 'gatotray'
  2. pkgname=gatotray
  3. version=4.0
  4. revision=1
  5. _beta=4
  6. hostmakedepends="pkgconf"
  7. makedepends="gtk+-devel"
  8. short_desc="Graphical CPU stats monitor in the system tray"
  9. maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
  10. license="CC-BY-3.0"
  11. homepage="https://github.com/gatopeich/gatotray"
  12. distfiles="https://github.com/gatopeich/gatotray/archive/v${version}-beta.${_beta}.tar.gz"
  13. checksum=85706fceda778edd659d23ce9782f9e5053d52f69b4d96fa0c72a0c0d80d031c
  14. do_build() {
  15. make
  16. }
  17. do_install() {
  18. vbin gatotray
  19. vmkdir usr/share/pixmaps
  20. cp gatotray3X.png ${DESTDIR}/usr/share/pixmaps/gatotray.png
  21. vinstall gatotray.xpm 0644 usr/share/pixmaps
  22. vinstall gatotray.desktop 0644 usr/share/applications
  23. }