aboutsummaryrefslogtreecommitdiffstats
path: root/testing/step
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-02 11:49:50 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-03 08:50:07 -0300
commit0f3e5d5bc390989e13d7daa77d3aed5e7dfa3309 (patch)
treec6c2054ed3f1ff420f08758ff67b169c271884e8 /testing/step
parentba6a51870f3ff85b002e55ef9f8a67180eeb0869 (diff)
downloadaports-0f3e5d5bc390989e13d7daa77d3aed5e7dfa3309.tar.bz2
aports-0f3e5d5bc390989e13d7daa77d3aed5e7dfa3309.tar.xz
community/step: move from testing
Diffstat (limited to 'testing/step')
-rw-r--r--testing/step/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/step/APKBUILD b/testing/step/APKBUILD
deleted file mode 100644
index 78d78a7a73..0000000000
--- a/testing/step/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=step
-pkgver=19.12.2
-pkgrel=1
-arch="all !armhf"
-url="https://edu.kde.org/step/"
-pkgdesc="Interactive Physics Simulator"
-license="GPL-2.0-or-later AND GFDL-1.2-only"
-makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev qt5-qttools-dev kcrash-dev khtml-dev kconfig-dev kiconthemes-dev knewstuff-dev kplotting-dev kdoctools-dev eigen-dev shared-mime-info"
-source="https://download.kde.org/stable/release-service/$pkgver/src/step-$pkgver.tar.xz"
-subpackages="$pkgname-doc $pkgname-lang"
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="81378ea5850369c3cb6c72d8830cfef2669cbdbba4753cbdad9410ad0667a7711685d0042fe9acc47895ff441ad70dba460767c4b6f027e539b3c9a0a8c1c707 step-19.12.2.tar.xz"