void-packages/srcpkgs/qtpass/template
2015-07-30 08:11:05 +00:00

29 lines
747 B
Bash

# Template file for 'qtpass'
pkgname=qtpass
version=0.9.2
revision=1
build_style=gnu-makefile
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=6f8fc1bc3bfb731c3e1b73ec65cd8d5377469eda70739d52a769b6c7cd7c0d40
do_configure() {
qmake
}
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
}