qtpass: change to build_style=qmake
This commit is contained in:
parent
d7bc279838
commit
979bf8ef6f
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'qtpass'
|
||||
pkgname=qtpass
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
revision=2
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake"
|
||||
makedepends="qt5-devel"
|
||||
depends="pass pwgen"
|
||||
|
@ -13,10 +13,6 @@ homepage="http://qtpass.org/"
|
|||
distfiles="https://github.com/IJHack/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=bff32c7908f8a0c8a12ce888e6726d3151a66759f7c9c07e8423f35dd566b6d6
|
||||
|
||||
do_configure() {
|
||||
qmake
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin qtpass
|
||||
|
||||
|
|
Loading…
Reference in a new issue