mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-20 21:21:51 +02:00
testing/katomic: new aport
This commit is contained in:
parent
2d5e394cd5
commit
c25f357841
31
testing/katomic/APKBUILD
Normal file
31
testing/katomic/APKBUILD
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||||
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
|
pkgname=katomic
|
||||||
|
pkgver=19.08.0
|
||||||
|
pkgrel=0
|
||||||
|
arch="all"
|
||||||
|
url="https://kde.org/applications/games/org.kde.katomic"
|
||||||
|
pkgdesc="A fun and educational game built around molecular geometry"
|
||||||
|
license="GPL-2.0-or-later AND GFDL-1.2-only"
|
||||||
|
makedepends="extra-cmake-modules qt5-qtbase-dev kcoreaddons-dev kconfig-dev kcrash-dev kwidgetsaddons-dev ki18n-dev kxmlgui-dev knewstuff-dev kdoctools-dev kdbusaddons-dev libkdegames-dev"
|
||||||
|
source="https://download.kde.org/stable/applications/$pkgver/src/katomic-$pkgver.tar.xz"
|
||||||
|
subpackages="$pkgname-doc $pkgname-lang"
|
||||||
|
options="!check" # No tests
|
||||||
|
|
||||||
|
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="93dfa19358cc582857e18982144da887ba4369ab1413cec4a1a17cac673219b983ba16be4c78f60651590e42ef8b76a266ac72ea91c39e017f2201006518e301 katomic-19.08.0.tar.xz"
|
Loading…
x
Reference in New Issue
Block a user