aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoralpterry <alpterry@protonmail.com>2020-02-02 18:29:47 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-02-02 18:39:26 +0100
commit04100583e5966aefddb3c646ed503a9db5dd0e6c (patch)
tree480f4d814ef2be1d634f1f9aaeee644a9f98a8a8 /testing
parent6888d7e9b478bbb01ebee29aa05795ac0ef6e006 (diff)
downloadaports-04100583e5966aefddb3c646ed503a9db5dd0e6c.tar.bz2
aports-04100583e5966aefddb3c646ed503a9db5dd0e6c.tar.xz
community/cmatrix: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/cmatrix/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/cmatrix/APKBUILD b/testing/cmatrix/APKBUILD
deleted file mode 100644
index d7f4fded07..0000000000
--- a/testing/cmatrix/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: alpterry <alpterry@protonmail.com>
-# Maintainer: alpterry <alpterry@protonmail.com>
-pkgname=cmatrix
-pkgver=2.0
-pkgrel=0
-pkgdesc="Terminal based 'The Matrix' like implementation"
-url="https://github.com/abishekvashok/cmatrix"
-arch="all"
-license="GPL-3.0-or-later"
-makedepends="ncurses-dev kbd autoconf automake"
-subpackages="$pkgname-doc"
-options="!check" # no test suite
-source="$pkgname-$pkgver.tar.gz::https://github.com/abishekvashok/cmatrix/archive/v$pkgver.tar.gz"
-
-prepare() {
- default_prepare
- autoreconf -i
-}
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="1aeecd8e8abb6f87fc54f88a8c25478f69d42d450af782e73c0fca7f051669a415c0505ca61c904f960b46bbddf98cfb3dd1f9b18917b0b39e95d8c899889530 cmatrix-2.0.tar.gz"