contrib/keepassx/Pkgfile

19 lines
397 B
Plaintext
Raw Normal View History

2013-03-11 08:25:56 +01:00
# Description: Password manager application
# URL: http://www.keepassx.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: qt4
name=keepassx
2016-08-15 10:39:25 +02:00
version=0.4.4
2013-03-11 08:25:56 +01:00
release=1
2016-08-15 10:39:25 +02:00
source=(https://www.keepassx.org/releases/$version/keepassx-$version.tar.gz unistd.patch)
2013-03-11 08:25:56 +01:00
2016-08-15 10:39:25 +02:00
build() {
2013-03-11 08:25:56 +01:00
cd $name-$version
2016-08-15 10:39:25 +02:00
patch -p1 -i $SRC/unistd.patch
2013-03-11 08:25:56 +01:00
qmake
make
make INSTALL_ROOT=$PKG install
}