aboutsummaryrefslogtreecommitdiffstats
path: root/testing/keysmith
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-04-18 22:40:39 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-24 11:46:42 +0000
commit8427d2b4943c43d00eeaddf395719ee973dce561 (patch)
tree1fc22a4e05597ec06287da25bde68bd98c631cfe /testing/keysmith
parentef2e7cc250498515bd7e70ebf10e7da886a267b0 (diff)
downloadaports-8427d2b4943c43d00eeaddf395719ee973dce561.tar.bz2
aports-8427d2b4943c43d00eeaddf395719ee973dce561.tar.xz
community/keysmith: move from testing
Diffstat (limited to 'testing/keysmith')
-rw-r--r--testing/keysmith/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/keysmith/APKBUILD b/testing/keysmith/APKBUILD
deleted file mode 100644
index aa45b0156f..0000000000
--- a/testing/keysmith/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname="keysmith"
-pkgver="0.1"
-pkgrel=1
-pkgdesc="OTP client for Plasma Mobile and Desktop"
-url="https://invent.kde.org/kde/keysmith"
-arch="all !armhf"
-license="GPL-3.0-or-later"
-depends="kirigami2"
-makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev qt5-qtquickcontrols2-dev oath-toolkit-dev kirigami2-dev"
-source="https://download.kde.org/stable/keysmith/$pkgver/keysmith-$pkgver.tar.xz"
-
-prepare() {
- default_prepare
-
- mkdir "$builddir"/build
-}
-
-build() {
- cd "$builddir"/build
- cmake "$builddir" \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-check() {
- cd "$builddir"/build
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- cd "$builddir"/build
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="a381cfe12b98188f58a012ec6a1872dc52ff024b6dd81ebb6e1ba5af5fc7bdcca8231178db7a9290be66d9f24f48fce93080b15a175e50a0b35d0fdf11d10fea keysmith-0.1.tar.xz"