diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-09-03 16:23:36 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 11:25:16 -0300 |
| commit | 46bfaaa0d9e1c76b494cd5f011c04f185926830b (patch) | |
| tree | a8213d0f5f319ee98157858907be167036271761 /testing/step | |
| parent | 3dec24187a14e93cabc3ffaa3b124ecf1bdb0456 (diff) | |
| download | aports-46bfaaa0d9e1c76b494cd5f011c04f185926830b.tar.bz2 aports-46bfaaa0d9e1c76b494cd5f011c04f185926830b.tar.xz | |
testing/step: new aport
Diffstat (limited to 'testing/step')
| -rw-r--r-- | testing/step/APKBUILD | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/step/APKBUILD b/testing/step/APKBUILD new file mode 100644 index 0000000000..4dc12fd707 --- /dev/null +++ b/testing/step/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=step +pkgver=19.08.0 +pkgrel=0 +arch="all" +url="http://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 eigen-dev" +source="https://download.kde.org/stable/applications/$pkgver/src/step-$pkgver.tar.xz" +subpackages="$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="f3a7f13117cd99b843b9ef99dc38a50baa50a3757319b74e804688c31abdbe6bc6251afae39d73d4af67b8d82dcda2df42f3c8fa91e5d20e8860fa0430710bff step-19.08.0.tar.xz" |
