aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vifm-colors
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vifm-colors')
-rw-r--r--testing/vifm-colors/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/vifm-colors/APKBUILD b/testing/vifm-colors/APKBUILD
deleted file mode 100644
index 3cb2a96ae9a..00000000000
--- a/testing/vifm-colors/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Milan P. Stanić <mps@arvanta.net>
-# Maintainer: Milan P. Stanić <mps@arvanta.net>
-pkgname=vifm-colors
-pkgver=0.9
-pkgrel=0
-pkgdesc=i"various colorschemes for vifm file explorer"
-url="https://github.com/vifm/vifm-colors"
-arch="all"
-license="GPL-2.0-or-later"
-options="!check" # package does not have tests
-source="$pkgname-$pkgver.tar.gz::https://github.com/vifm/vifm-colors/archive/v$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
-
-package() {
- theme="Default darkdesert g80 matrix near-default snowwhite"
- theme="$theme astrell desert lucius mc-like ph semidarkdesert solarized-dark"
- theme="$theme zenburn zenburn_1"
- for i in $theme; do
- install -Dm644 "$i.vifm" "$pkgdir/usr/share/vifm/colors/$i.vifm"
- done
-}
-
-sha512sums="d935f34ba939106928bbe794484e114c6853252ac3fbf38fc4d832f383ec7b106230d392489f66eedf01f92ae816df1ca5503d9728e4bfe09da56a89bc79a351 vifm-colors-0.9.tar.gz"