Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8B76F782B68 for <~alpine/aports@lists.alpinelinux.org>; Tue, 3 Sep 2019 14:23:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 429DA252E5 for <~alpine/aports@lists.alpinelinux.org>; Tue, 3 Sep 2019 16:23:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZGRD5s39gWxf; Tue, 3 Sep 2019 16:23:37 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1567520617; bh=wA3XUaTadBJfes/3Ud+TfEtLQoMuVeMWeppzXkquQtc=; h=From:To:Cc:Subject:Date; b=HSI8t014+nxQgN+/WRf/KsVutuCi8+qiGVd8iBgfpl1bP+5pfPGOg90/FrzDQtIXV IiZAC0CM7gk+w+FOOylLLjBt7eHuWFeMmupuC/+HAqz2wo0gOY8s87YtnOH2zhqbYh Y8w3cd+lAJVu2qlYbNs3+wrPSfXaXMffTPHdQf7xOKa9O7Otollg8yT6n1NPUdWzm6 /OV7JUxkwlaxaJNqpad7j6T07GApTMx2UrFBExw9ADpd1M28c793kmJuxoMl1VhEOZ SGJVkL/Mz7iC8//QHwGI4B94vScTaKLWhsnzW0mbb5uVUkoYA5qDtI0nNEuJK8ILMD SElyeCFS+qACQ== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/step: new aport Date: Tue, 3 Sep 2019 16:23:36 +0200 Message-Id: <20190903142336.22385-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/step/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/step/APKBUILD 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 +# Maintainer: Bart Ribbers +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" -- 2.21.0