void-packages/srcpkgs/flameshot/template
cr6git 82c8e1066b flameshot: update to 0.5.1.
Closes: #11862 [via git-merge-pr]
2018-03-26 13:47:06 +02:00

20 lines
590 B
Bash

# Template file for 'flameshot'
pkgname=flameshot
version=0.5.1
revision=1
build_style=qmake
configure_args="CONFIG+=packaging"
makedepends="qt5-devel"
depends="desktop-file-utils"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Powerful yet simple to use screenshot software for GNU/Linux"
homepage="https://github.com/lupoDharkael/flameshot"
license="GPL-3"
distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz"
checksum=35220eabb8c4203abb0732c63e0b4d955e17ddd0c03c3d2c7a5beb875728e44e
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel"
fi