void-packages/srcpkgs/qtpass/template

28 lines
837 B
Bash

# Template file for 'qtpass'
pkgname=qtpass
version=1.2.2
revision=1
wrksrc="QtPass-${version}"
build_style=qmake
hostmakedepends="qt5-devel qt5-tools"
makedepends="qt5-devel"
depends="pass pwgen"
short_desc="Multi-platform GUI for pass"
maintainer="annejan <brouwer@annejan.com>"
license="GPL-3.0-or-later"
#changelog="https://raw.githubusercontent.com/IJHack/QtPass/master/CHANGELOG.md"
homepage="https://qtpass.org/"
distfiles="https://github.com/IJHack/${pkgname}/archive/v${version}.tar.gz"
checksum=f894ed064f908a390bcc85c58d0005146b849644c8bce598ef5f543a0be21406
do_install() {
vbin main/qtpass
vinstall artwork/icon.png 644 \
usr/share/icons/hicolor/512x512/apps qtpass-icon.png
vinstall artwork/icon.svg 644 \
usr/share/icons/hicolor/scalable/apps qtpass-icon.svg
vinstall qtpass.desktop 644 usr/share/applications
}