diff --git a/srcpkgs/gyazo/template b/srcpkgs/gyazo/template new file mode 100644 index 0000000000..d0cac0d5a0 --- /dev/null +++ b/srcpkgs/gyazo/template @@ -0,0 +1,18 @@ +# Template file for 'gyazo' +pkgname=gyazo +version=1.2.1 +revision=1 +wrksrc="Gyazo-for-Linux-${version}" +depends="ruby xclip ImageMagick" +noarch=yes +short_desc="Seriously Instant Screen-Grabbing" +maintainer="DirectorX " +license="GPL-2" +homepage="https://github.com/gyazo/Gyazo-for-Linux" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=c3a2a336a5f2515fc7cf71b07619ac9dc78e1db78bc326f8979b74d7ed4132e6 + +do_install() { + vbin src/gyazo.rb gyazo + vinstall src/gyazo.desktop 644 usr/share/applications +}