17 lines
530 B
Bash
17 lines
530 B
Bash
# Template file for 'gyazo'
|
|
pkgname=gyazo
|
|
version=1.3.1
|
|
revision=1
|
|
wrksrc="Gyazo-for-Linux-${version}"
|
|
depends="ruby xclip ImageMagick"
|
|
short_desc="Seriously Instant Screen-Grabbing"
|
|
maintainer="nielznl <nielznl@protonmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/gyazo/Gyazo-for-Linux"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=a72fafaef4850d28418e877a0d21c6dd6fac7d549ebd9acae9b839168d987681
|
|
|
|
do_install() {
|
|
vbin src/gyazo.rb gyazo
|
|
vinstall src/gyazo.desktop 644 usr/share/applications
|
|
}
|