2015-05-30 00:09:07 +00:00
|
|
|
# Template file for 'qtpass'
|
|
|
|
pkgname=qtpass
|
2015-11-19 14:40:15 +00:00
|
|
|
version=1.0.5
|
2015-10-22 22:00:30 +00:00
|
|
|
revision=1
|
2015-08-23 16:58:07 +00:00
|
|
|
build_style=qmake
|
2015-11-19 15:53:10 +00:00
|
|
|
hostmakedepends="qt5-qmake qt5-tools"
|
2015-05-30 00:09:07 +00:00
|
|
|
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"
|
2015-11-04 00:46:30 +00:00
|
|
|
maintainer="annejan <brouwer@annejan.com>"
|
2015-05-30 00:09:07 +00:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://qtpass.org/"
|
|
|
|
distfiles="https://github.com/IJHack/${pkgname}/archive/v${version}.tar.gz"
|
2015-11-19 14:40:15 +00:00
|
|
|
checksum=0c07bd1eb9e5336c0225f891e5b9a9df103f218619cf7ec6311edf654e8db281
|
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
|
|
|
|
}
|