spacepaste

  1.  
  2. # Description: Launch the Gyazo app and drag your mouse to grab the screen.
  3. # URL: http://gyazo.com/
  4. # Maintainer: Brian Madonna, bmadonnaster at gmail dot com
  5. # Depends on: ruby xclip imagemagick
  6. name=gyazo
  7. version=1.2.1
  8. release=1
  9. source=(https://github.com/gyazo/Gyazo-for-Linux/archive/${version}.tar.gz)
  10. build() {
  11. cd Gyazo-for-Linux-$version
  12. install -D -m755 "${SRC}/Gyazo-for-Linux-${version}/src/gyazo.rb" \
  13. "${PKG}/usr/bin/gyazo"
  14. install -D -m664 "${SRC}/Gyazo-for-Linux-${version}/src/gyazo.desktop" \
  15. "${PKG}/usr/share/applications/gyazo.desktop"
  16. install -D -m664 "${SRC}/Gyazo-for-Linux-${version}/icons/gyazo.png" \
  17. "${PKG}/usr/share/pixmaps/gyazo.png"
  18. }
  19.