~alpine/aports

testing/blinken: new aport v1 PROPOSED

Bart Ribbers: 1
 testing/blinken: new aport

 1 files changed, 31 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2957/mbox | git am -3
Learn more about email & git

[PATCH] testing/blinken: new aport Export this patch

---
 testing/blinken/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/blinken/APKBUILD

diff --git a/testing/blinken/APKBUILD b/testing/blinken/APKBUILD
new file mode 100644
index 0000000000..06831821bc
--- /dev/null
+++ b/testing/blinken/APKBUILD
@@ -0,0 +1,31 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=blinken
pkgver=19.08.0
pkgrel=0
arch="all"
url="http://edu.kde.org/blinken/"
pkgdesc="Memory Enhancement Game "
license="GPL-2.0-or-later AND GFDL-1.2-only"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev ki18n-dev kxmlgui-dev kguiaddons-dev kdoctools-dev kdbusaddons-dev kcrash-dev phonon-dev"
source="https://download.kde.org/stable/applications/$pkgver/src/blinken-$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="524b629cdcaa3707740718678e478adede43ec0f9d6ef57d84482bd0e2dc790da39c7bdc99c8125cc7f78111049330366d1393973e8272e8cf58876b6677654c  blinken-19.08.0.tar.xz"
-- 
2.23.0