mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
27 lines
880 B
Text
27 lines
880 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=kde-dev-scripts
|
|
pkgver=19.08.2
|
|
pkgrel=0
|
|
arch="all"
|
|
url="https://kde.org/applications/development/"
|
|
pkgdesc="Scripts and setting files useful during development of KDE software"
|
|
license="GPL-2.0-or-later AND GFDL-1.2-only"
|
|
makedepends="extra-cmake-modules kdoctools-dev"
|
|
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
|
|
subpackages="$pkgname-doc"
|
|
options="!check" # No code to test
|
|
|
|
build() {
|
|
cmake \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
make
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="0ecb6af25744144fd135cfe0b9de6869690fbd6d8bf63b0b61ea0ad8129ec3e4587a41b2da7507661d747613bc6400e70c6f3986f5ce5b4417f436d188442aaa kde-dev-scripts-19.08.2.tar.xz"
|