mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/kgeography: new aport
This commit is contained in:
parent
1c555a4c63
commit
f2d4c30843
31
testing/kgeography/APKBUILD
Normal file
31
testing/kgeography/APKBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=kgeography
|
||||
pkgver=19.08.0
|
||||
pkgrel=0
|
||||
arch="all"
|
||||
url="https://edu.kde.org/kgeography"
|
||||
pkgdesc="Geography Trainer"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="extra-cmake-modules qt5-qtbase-dev kxmlgui-dev kwidgetsaddons-dev kcoreaddons-dev kconfigwidgets-dev ki18n-dev kitemviews-dev kiconthemes-dev kcrash-dev kdoctools-dev"
|
||||
source="https://download.kde.org/stable/applications/$pkgver/src/kgeography-$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="92583c1b7e07b1bb8d99ff1631f7be64c7d63c176d96bb2f72e230a830ec1470b014c32b3d0b8ac34a0666f0aa5b4ad9bb97869e01623f581bc066a46ef5581e kgeography-19.08.0.tar.xz"
|
||||
Loading…
x
Reference in New Issue
Block a user