[arch-commits] Commit in deepin-grub2-themes/repos (2 files)
Felix Yan
fyan at archlinux.org
Tue Nov 17 15:23:04 UTC 2015
Date: Tuesday, November 17, 2015 @ 16:23:04
Author: fyan
Revision: 147002
archrelease: copy trunk to community-any
Added:
deepin-grub2-themes/repos/community-any/
deepin-grub2-themes/repos/community-any/PKGBUILD
(from rev 147001, deepin-grub2-themes/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: deepin-grub2-themes/repos/community-any/PKGBUILD (from rev 147001, deepin-grub2-themes/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2015-11-17 15:23:04 UTC (rev 147002)
@@ -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
+}
More information about the arch-commits
mailing list