New package: gyazo-1.2.1

This commit is contained in:
DirectorX 2016-08-05 19:04:24 +03:00
parent 86d8e3e3a8
commit 8145b02289

18
srcpkgs/gyazo/template Normal file
View file

@ -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 <DirectorX@users.noreply.github.com>"
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
}