aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vifm-colors/APKBUILD
blob: 3cb2a96ae9a6a5ad36f937a5719f21948e499669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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"