[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Tue Nov 17 15:22:40 UTC 2015


    Date: Tuesday, November 17, 2015 @ 16:22:40
  Author: fyan
Revision: 147001

addpkg: deepin-grub2-themes 1.0.0-1

Added:
  deepin-grub2-themes/
  deepin-grub2-themes/repos/
  deepin-grub2-themes/trunk/
  deepin-grub2-themes/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Added: deepin-grub2-themes/trunk/PKGBUILD
===================================================================
--- deepin-grub2-themes/trunk/PKGBUILD	                        (rev 0)
+++ deepin-grub2-themes/trunk/PKGBUILD	2015-11-17 15:22:40 UTC (rev 147001)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-grub2-themes
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Deepin grub2 themes'
+arch=('any')
+license=('LGPL3')
+url="https://gitcafe.com/Deepin/deepin-grub2-themes"
+makedepends=('git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-grub2-themes.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


Property changes on: deepin-grub2-themes/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list