Skip to content
Snippets Groups Projects
Commit f82da82f authored by Antoni Aloy Torrens's avatar Antoni Aloy Torrens Committed by Leo
Browse files

testing/lxqt-openssh-askpass: new aport

parent 88fd5a9d
1 merge request!18083testing/lxqt-desktop: new aport
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=lxqt-openssh-askpass
pkgver=0.16.0
pkgrel=0
pkgdesc="GUI to query passwords on behalf of SSH agents"
url="https://github.com/lxqt/lxqt-openssh-askpass"
arch="all"
license="LGPL-2.0-or-later"
makedepends="
cmake lxqt-build-tools qt5-qtbase-dev
qt5-qttools-dev liblxqt-dev kwindowsystem-dev
"
subpackages="$pkgname-doc"
options="!check" # No testsuite
source="https://github.com/lxqt/lxqt-openssh-askpass/releases/download/$pkgver/lxqt-openssh-askpass-$pkgver.tar.xz"
build() {
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
$CMAKE_CROSSOPTS .
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
sha512sums="4251ecb10255e4ef2b988b162111c2889c432bf039d05ae00c3f16992424e7a27868b0e040899592cc703a7b009a197c8bdda3698e3c6ea41cf9d22c3ddddb80 lxqt-openssh-askpass-0.16.0.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment