keepassxc: new package
This commit is contained in:
+402947
-401583
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
1ac509673a9639dc480457c0241f7f208669df36
|
||||
1d9b5b616c428c7762da124aa4f0d833e7d4471a
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
4fc8d088b272d6b0bce2d9aa8433fea0070b376b
|
||||
b8813ed7afb7168b16855529569f88f720074537
|
||||
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DWITH_XC_ALL=ON \
|
||||
-DWITH_XC_UPDATECHECK=OFF")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE*", "README.md", "COPYING")
|
||||
|
||||
|
||||
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>keepassxc</Name>
|
||||
<Homepage>https://keepassxc.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Icon>keepassxc</Icon>
|
||||
<Summary>Cross-platform Password Manager</Summary>
|
||||
<Description>KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. Let KeePassXC safely store your passwords and auto-fill them into your favorite apps, so you can forget all about them.</Description>
|
||||
<Archive sha1sum="4583019f81e7dd46b580458ff029d5901db4e788" type="tarxz">https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>xclip</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>asciidoctor</Dependency>
|
||||
<Dependency>botan-devel</Dependency>
|
||||
<Dependency>argon2-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>minizip-devel</Dependency>
|
||||
<Dependency>qrencode-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
<Dependency>pcsc-lite-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>keepassxc</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>xclip</Dependency>
|
||||
<Dependency>botan</Dependency>
|
||||
<Dependency>libusb</Dependency>
|
||||
<Dependency>argon2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>pcsc-lite</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/keepassxc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-10-14</Date>
|
||||
<Version>2.7.6</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>keepassxc</Name>
|
||||
<Summary xml:lang="tr">Platformlar Arası Şifre Yöneticisi</Summary>
|
||||
<Description xml:lang="tr">KeePassXC, en hassas bilgilerinizi saklayan ve yöneten modern, güvenli ve açık kaynaklı bir şifre yöneticisidir. KeePassXC'nin şifrelerinizi güvenli bir şekilde saklamasına ve favori uygulamalarınıza otomatik olarak doldurmasına izin verin, böylece hepsini unutabilirsiniz.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user