19 lines
614 B
Bash
19 lines
614 B
Bash
# Template file for 'flameshot'
|
|
pkgname=flameshot
|
|
version=0.6.0
|
|
revision=2
|
|
build_style=qmake
|
|
configure_args="CONFIG+=packaging"
|
|
makedepends="qt5-svg-devel"
|
|
depends="desktop-file-utils qt5-svg"
|
|
short_desc="Powerful yet simple to use screenshot software for GNU/Linux"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/lupoDharkael/flameshot"
|
|
distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz"
|
|
checksum=61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-svg-devel"
|
|
fi
|
|
|