void-packages/srcpkgs/qtpass/template
2015-10-23 00:00:30 +02:00

25 lines
713 B
Bash

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