[arch-commits] Commit in retroarch-assets-xmb (3 files)

Maxime Gauduin alucryd at archlinux.org
Tue May 3 10:45:35 UTC 2016


    Date: Tuesday, May 3, 2016 @ 12:45:35
  Author: alucryd
Revision: 173535

archrelease: copy trunk to community-any

Added:
  retroarch-assets-xmb/repos/
  retroarch-assets-xmb/repos/community-any/
  retroarch-assets-xmb/repos/community-any/PKGBUILD
    (from rev 173534, retroarch-assets-xmb/trunk/PKGBUILD)

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

Copied: retroarch-assets-xmb/repos/community-any/PKGBUILD (from rev 173534, retroarch-assets-xmb/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2016-05-03 10:45:35 UTC (rev 173535)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=retroarch-assets-xmb
+pkgver=152
+pkgrel=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('retroarch')
+makedepends=('git')
+source=('git+https://github.com/libretro/retroarch-assets.git')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/libretro/assets
+  cp -dr --no-preserve='ownership' xmb "${pkgdir}"/usr/share/libretro/assets/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list