Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
knuxify
aports
Commits
7b2e7b0b
Commit
7b2e7b0b
authored
5 years ago
by
Bart Ribbers
Committed by
Leo
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/ksshaskpass: new aport
parent
e430544a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/ksshaskpass/APKBUILD
+30
-0
30 additions, 0 deletions
testing/ksshaskpass/APKBUILD
with
30 additions
and
0 deletions
testing/ksshaskpass/APKBUILD
0 → 100644
+
30
−
0
View file @
7b2e7b0b
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
ksshaskpass
pkgver
=
5.16.1
pkgrel
=
0
pkgdesc
=
"ssh-add helper that uses kwallet and kpassworddialog"
arch
=
"all"
url
=
"https://www.kde.org/workspaces/plasmadesktop/"
license
=
"GPL-2.0-or-later"
makedepends
=
"extra-cmake-modules qt5-qtbase-dev kcoreaddons-dev ki18n-dev kwallet-dev kwidgetsaddons-dev kdoctools-dev"
source
=
"https://download.kde.org/stable/plasma/
$pkgver
/
$pkgname
-
$pkgver
.tar.xz"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
build
()
{
cmake
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
make
}
check
()
{
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
install
}
sha512sums
=
"1046c5e598b9c170767441d4ecff1f4def0e2f87fac97ab96dfe0ecb93dea903afb573172952c7d1362c9bad7ca8441a13c6a2922558a92bb6c9b13e316ea426 ksshaskpass-5.16.1.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment