From 25fb199b8c4103e4f59228033e9b8283b652bee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Tue, 13 Aug 2019 21:17:50 +0200 Subject: testing/vifm-colors: new aport extra colors (themes) for vifm file manager/explorer --- testing/vifm-colors/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/vifm-colors/APKBUILD (limited to 'testing') diff --git a/testing/vifm-colors/APKBUILD b/testing/vifm-colors/APKBUILD new file mode 100644 index 0000000000..3cb2a96ae9 --- /dev/null +++ b/testing/vifm-colors/APKBUILD @@ -0,0 +1,23 @@ +# Contributor: Milan P. Stanić +# Maintainer: Milan P. Stanić +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" -- cgit v1.2.3