description="Powerful yet simple to use screenshot software" url="https://github.com/lupoDharkael/flameshot" packager="Spiky " contributors="Graknu,Greg,Spiky" makedepends=(qtsvg make qttools) run=(hicolor-icon-theme) name=flameshot version=12.1.0 PKGMK_KEEP_SOURCES="no" source=(https://github.com/lupoDharkael/$name/archive/v$version.tar.gz) build() { cd ${name}-${version} mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make DESTDIR=$PKG install } package() { # In conflict with zsh-completions rm -rf ${PKG}/usr/share/zsh }