aboutsummaryrefslogtreecommitdiffstats
path: root/community/qtkeychain
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-08 00:26:42 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-11 16:18:38 +0000
commitaa586529deda3d628c67cf76854522aa8d81eeab (patch)
treedcbbbffb68d81f1d220ff0a025eec59ee0b9d6a7 /community/qtkeychain
parent10640799e092efdb6973683b6f3676d00fbba9ce (diff)
downloadaports-aa586529deda3d628c67cf76854522aa8d81eeab.tar.bz2
aports-aa586529deda3d628c67cf76854522aa8d81eeab.tar.xz
unmaintained/qtkeychain: move from community
- Only consumer is tomahawk which is also unmaintained - Has no maintainer - Uses Qt4 which is a security risk
Diffstat (limited to 'community/qtkeychain')
-rw-r--r--community/qtkeychain/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/qtkeychain/APKBUILD b/community/qtkeychain/APKBUILD
deleted file mode 100644
index 0c5df543dc..0000000000
--- a/community/qtkeychain/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
-# Maintainer:
-pkgname=qtkeychain
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Qt API to store passwords and other secret data"
-url="https://github.com/frankosterfeld/qtkeychain"
-arch="all"
-license="BSD"
-depends_dev="qt-dev"
-makedepends="$depends_dev cmake"
-subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/frankosterfeld/qtkeychain/archive/v$pkgver.tar.gz"
-
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="be83ebc665a7916e96a2fd9990c72cd29373196591cf557fa6f9691f332ab67cc5475cab240c3e50e76cb37e0b7f189f0a1f2c3a70a6f655918e1d2465ed2f33 qtkeychain-0.8.0.tar.gz"