void-packages/srcpkgs/qtpass/template
2017-11-10 07:48:36 +01:00

27 lines
769 B
Bash

# Template file for 'qtpass'
pkgname=qtpass
version=1.2.0
revision=1
build_style=qmake
wrksrc="QtPass-${version}"
hostmakedepends="qt5-qmake qt5-tools qt5-host-tools qt5-devel"
makedepends="qt5-devel"
depends="pass pwgen"
short_desc="Multi-platform GUI for pass"
maintainer="annejan <brouwer@annejan.com>"
license="GPL-3"
homepage="http://qtpass.org/"
distfiles="https://github.com/IJHack/${pkgname}/archive/v${version}.tar.gz"
checksum=10e620f0abc839f84c41932019140d4bb8d5842d5472dc40e5a23fb351963081
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
}