0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 12:22:16 +02:00
keepassxc/snapcraft.yaml

36 lines
939 B
YAML
Raw Normal View History

name: keepassxc
2017-04-12 01:06:54 +02:00
version: 2.1.4
2017-01-22 19:40:24 +01:00
grade: stable
summary: community driven port of the windows application “Keepass Password Safe”
description: |
2017-02-05 18:47:27 +01:00
KeePassXC is an application for people with extremely high demands on secure
personal data management. It has a light interface, is cross platform and
2017-02-05 18:47:27 +01:00
is published under the terms of the GNU General Public License.
confinement: strict
apps:
keepassxc:
command: desktop-launch keepassxc
2017-04-12 01:06:54 +02:00
plugs: [unity7, x11, opengl, gsettings, home, network, network-bind]
parts:
keepassxc:
source: .
plugin: cmake
configflags:
- -DCMAKE_BUILD_TYPE=Release
- -DWITH_TESTS=OFF
2017-01-22 19:40:24 +01:00
- -DWITH_XC_AUTOTYPE=ON
- -DWITH_XC_HTTP=ON
build-packages:
- g++
- libgcrypt20-dev
- libqt5x11extras5-dev
- qtbase5-dev
- qttools5-dev
- qttools5-dev-tools
- zlib1g-dev
2017-04-12 01:06:54 +02:00
- libxi-dev
- libxtst-dev
after: [desktop-qt5]