void-packages/srcpkgs/qtpass/template
2016-01-27 09:53:03 +01:00

26 lines
712 B
Bash

# Template file for 'qtpass'
pkgname=qtpass
version=1.1.0
revision=1
build_style=qmake
hostmakedepends="qt5-qmake qt5-tools"
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=60b458062f54184057e55dbd9c93958a8bf845244ffd70b9cb31bf58697f0dc6
do_install() {
vbin 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
}