New package: keepassx-0.4.3.
This commit is contained in:
parent
934d6c162c
commit
961f2bf811
1 changed files with 22 additions and 0 deletions
22
srcpkgs/keepassx/template
Normal file
22
srcpkgs/keepassx/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'keepassx'
|
||||||
|
pkgname=keepassx
|
||||||
|
version=0.4.3
|
||||||
|
revision=1
|
||||||
|
depends="shared-mime-info"
|
||||||
|
makedepends="pkg-config libXtst-devel qt-devel"
|
||||||
|
short_desc="A password manager to secure personal data"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://www.keepassx.org/"
|
||||||
|
distfiles="http://downloads.sourceforge.net/keepassx/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=cd901a0611ce57e62cf6df7eeeb1b690b5232302bdad8626994eb54adcfa1e85
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
sed -i '1,1i#include <unistd.h>' src/lib/random.cpp
|
||||||
|
qmake
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make INSTALL_ROOT=${DESTDIR} install
|
||||||
|
}
|
Loading…
Reference in a new issue