Skip to content

Commit

Permalink
Merge pull request #1857 from mariux64/update-keepassxc-260
Browse files Browse the repository at this point in the history
keepassxc: update to 2.6.0
  • Loading branch information
pmenzel authored Aug 12, 2020
2 parents 6dda5ac + 0ea29b3 commit cca6cd7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions keepassxc.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION keepassxc-2.5.4-0
# BEE_VERSION keepassxc-2.6.0-0

SRCURL[0]="https://github.com/keepassxreboot/keepassxc/archive/${PKGVERSION}.tar.gz keepassxc-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/keepassxreboot/keepassxc/archive/${PKGVERSION}.tar.gz keepassxc-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/787e72da54de35496d3a2c73d676df86/keepassxc-2.6.0.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -25,7 +25,9 @@ mee_configure() {
-DCMAKE_BUILD_TYPE=Release \
-DWITH_XC_KEESHARE=ON \
-DKEEPASSXC_BUILD_TYPE=Release \
-DWITH_XC_BROWSER=ON
-DWITH_XC_BROWSER=ON \
-DWITH_XC_DOCS=OFF \
-DWITH_XC_SSHAGENT=ON
}

#mee_build() {
Expand All @@ -35,4 +37,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit cca6cd7

Please sign in to comment.