aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoralpterry <alpterry@protonmail.com>2020-02-02 18:28:16 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-02-02 18:39:26 +0100
commit6888d7e9b478bbb01ebee29aa05795ac0ef6e006 (patch)
tree3284eba6bfcd55b944a090959ff9a9230ea6ab59 /testing
parent17c7c2cc14fdb8d901160abdb5f52d2a1920237c (diff)
downloadaports-6888d7e9b478bbb01ebee29aa05795ac0ef6e006.tar.bz2
aports-6888d7e9b478bbb01ebee29aa05795ac0ef6e006.tar.xz
community/nyancat: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/nyancat/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/nyancat/APKBUILD b/testing/nyancat/APKBUILD
deleted file mode 100644
index 2aaad1dfe2..0000000000
--- a/testing/nyancat/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: alpterry <alpterry@protonmail.com>
-# Maintainer: alpterry <alpterry@protonmail.com>
-pkgname=nyancat
-pkgver=1.5.2
-pkgrel=0
-pkgdesc="Nyancat in your terminal, rendered through ANSI escape sequences"
-url="https://nyancat.dakko.us/"
-arch="all"
-license="NCSA"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/klange/nyancat/archive/$pkgver.tar.gz"
-
-build() {
- make
-}
-
-check() {
- make check
-}
-
-package() {
- install -Dm755 src/nyancat "$pkgdir"/usr/bin/nyancat
- install -Dm644 nyancat.1 "$pkgdir"/usr/share/man/man1/nyancat.1
-}
-
-sha512sums="8eee5da8afacdbe8b6b5f66686c101d42da26ef6c172e6b43b6042e1bacf7dfb5668e006cbbe675aca523b567eea57404af5b5bb6d654d137951e06c9a75463a nyancat-1.5.2.tar.gz"