Date: Sunday, December 23, 2018 @ 14:19:12
Author: ffy00
Revision: 417626
archrelease: copy trunk to community-any
Added:
grub-theme-vimix/repos/community-any/
grub-theme-vimix/repos/community-any/PKGBUILD
(from rev 417625, grub-theme-vimix/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: grub-theme-vimix/repos/community-any/PKGBUILD (from rev 417625,
grub-theme-vimix/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2018-12-23 14:19:12 UTC (rev 417626)
@@ -0,0 +1,21 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+pkgname=grub-theme-vimix
+pkgver=20180916
+pkgrel=1
+pkgdesc='Vimix grub theme'
+arch=(any)
+url='https://github.com/vinceliuice/grub2-themes'
+license=('GPL3')
+depends=('grub')
+optdepends=('grub-customizer: GUI tool to configure grub')
+replaces=('vimix-grub')
+makedepends=('git')
+source=('git+https://github.com/Se7endAY/grub2-theme-vimix')
+sha512sums=('SKIP')
+
+package() {
+ install -dm 755 $pkgdir/boot/grub/themes/Vimix
+ cp -r --no-preserve=ownership grub2-theme-vimix/Vimix
$pkgdir/boot/grub/themes/
+}
+