aboutsummaryrefslogtreecommitdiffstats
path: root/testing/qqwing/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/qqwing/APKBUILD')
-rw-r--r--testing/qqwing/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/qqwing/APKBUILD b/testing/qqwing/APKBUILD
deleted file mode 100644
index 8e1d7949300..00000000000
--- a/testing/qqwing/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Erwan Rouchet <lucidiot@brainshit.fr>
-# Maintainer: Erwan Rouchet <lucidiot@brainshit.fr>
-pkgname=qqwing
-pkgver=1.3.4
-pkgrel=0
-pkgdesc="Sudoku generating and solving software"
-arch="all"
-url='https://qqwing.com/'
-license="GPL-2.0-or-later"
-source="https://qqwing.com/qqwing-$pkgver.tar.gz"
-subpackages="$pkgname-doc $pkgname-dev"
-options="!check" # no tests
-
-prepare() {
- default_prepare
- update_config_guess
- update_config_sub
-}
-
-build() {
- ./configure \
- --prefix=/usr \
- --build=$CBUILD \
- --host=$CHOST
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="
-6762b97d7595e7831edb80d9fac06ca784c6dfb6c5717e72adaac6973ec94bec417806f8ae4b80ed95b876388c8c1a00906b0fa8653a115998c5170db25aab0d qqwing-1.3.4.tar.gz
-"