aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kde-dev-scripts/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kde-dev-scripts/APKBUILD')
-rw-r--r--testing/kde-dev-scripts/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/kde-dev-scripts/APKBUILD b/testing/kde-dev-scripts/APKBUILD
deleted file mode 100644
index 1fb6c030362..00000000000
--- a/testing/kde-dev-scripts/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=kde-dev-scripts
-pkgver=19.08.0
-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="550df6b74ef3ed058f6e7ea14fb673a1785a27fb7c4d63bf49fec6b65d1a70e147ce55cfc1a9c551707be77abd5beb761d83dd6bc1e753cc7642ee4f4b790b08 kde-dev-scripts-19.08.0.tar.xz"