Merge pull request #1813 from beefcurtains/qtpass

New package: qtpass-0.8.3
This commit is contained in:
beefcurtains 2015-06-11 08:47:42 +00:00
commit bca11ed98c

29
srcpkgs/qtpass/template Normal file
View file

@ -0,0 +1,29 @@
# Template file for 'qtpass'
pkgname=qtpass
version=0.8.3
revision=1
build_style=gnu-makefile
hostmakedepends="qt5-qmake"
makedepends="qt5-devel"
depends="pass"
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=60a2fc4c3ee4471d089de9a4f9282ff0e913303f7534faa5d11ed1428118fd94
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
}