void-packages/srcpkgs/qtpass/template

26 lines
713 B
Bash
Raw Normal View History

2015-05-30 00:09:07 +00:00
# Template file for 'qtpass'
pkgname=qtpass
2015-08-10 12:40:40 +00:00
version=1.0.1
2015-08-23 16:58:07 +00:00
revision=2
build_style=qmake
2015-05-30 00:09:07 +00:00
hostmakedepends="qt5-qmake"
makedepends="qt5-devel"
2015-07-17 08:52:25 +00:00
depends="pass pwgen"
2015-05-30 00:09:07 +00:00
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"
2015-08-10 12:40:40 +00:00
checksum=bff32c7908f8a0c8a12ce888e6726d3151a66759f7c9c07e8423f35dd566b6d6
2015-05-30 00:09:07 +00:00
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
}