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
Dominika Liberda
aports
Commits
cad7f9f0
Commit
cad7f9f0
authored
9 years ago
by
Leonardo Arena
Browse files
Options
Downloads
Patches
Plain Diff
testing/qtkeychain: new aport
Qt API to store passwords and other secret data securely
parent
9b68c74f
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/qtkeychain/APKBUILD
+46
-0
46 additions, 0 deletions
testing/qtkeychain/APKBUILD
with
46 additions
and
0 deletions
testing/qtkeychain/APKBUILD
0 → 100644
+
46
−
0
View file @
cad7f9f0
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer:
pkgname
=
qtkeychain
pkgver
=
0.5.0
pkgrel
=
0
pkgdesc
=
"Qt API to store passwords and other secret data"
url
=
"https://github.com/frankosterfeld/qtkeychain"
arch
=
"all"
license
=
"Custom"
depends
=
depends_dev
=
makedepends
=
"
$depends_dev
cmake"
install
=
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/frankosterfeld/qtkeychain/archive/v
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
cd
"
$_builddir
"
# apply patches here
}
build
()
{
cd
"
$_builddir
"
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_INSTALL_LIBEXECDIR
=
lib/
${
pkgname
}
\
-DCMAKE_BUILD_TYPE
=
Release
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
# remove the 2 lines below (and this) if there is no init.d script
# install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
# install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
}
md5sums
=
"ed813a5db320883c2cf34db16a72b2a1 qtkeychain-0.5.0.tar.gz"
sha256sums
=
"e62d7ae9c8ae04784d8a5d0f213aaa22f1c02427e800ce88739e997f499bb514 qtkeychain-0.5.0.tar.gz"
sha512sums
=
"abc9d27b318a984c95b55f821f8bba7d8f34e6316958cf41b44aa4451371e5f629f17b9a0d1356cd6455f19979d562157a260f835c8f037037b0ac7bf64b94e5 qtkeychain-0.5.0.tar.gz"
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