diff options
author | Milan P. Stanić <mps@arvanta.net> | 2020-02-04 19:09:41 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2020-02-04 19:10:57 +0100 |
commit | bc8dc40953188cce92c60c9b7a39bfd9c3fe3a4b (patch) | |
tree | ef74a12b7db7a8690d31bd413d60f8465105de49 /testing | |
parent | a354a3fca397c21ba87b158d516edde9eac54f20 (diff) | |
download | aports-bc8dc40953188cce92c60c9b7a39bfd9c3fe3a4b.tar.bz2 aports-bc8dc40953188cce92c60c9b7a39bfd9c3fe3a4b.tar.xz |
community/vifm-colors: move from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/vifm-colors/APKBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/vifm-colors/APKBUILD b/testing/vifm-colors/APKBUILD deleted file mode 100644 index 3cb2a96ae9..0000000000 --- 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" |