[arch-commits] Commit in libretro-core-info/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Thu May 10 16:04:45 UTC 2018


    Date: Thursday, May 10, 2018 @ 16:04:44
  Author: alucryd
Revision: 320433

archrelease: copy trunk to community-testing-any

Added:
  libretro-core-info/repos/community-testing-any/
  libretro-core-info/repos/community-testing-any/PKGBUILD
    (from rev 320432, libretro-core-info/trunk/PKGBUILD)

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

Copied: libretro-core-info/repos/community-testing-any/PKGBUILD (from rev 320432, libretro-core-info/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-05-10 16:04:44 UTC (rev 320433)
@@ -0,0 +1,20 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-core-info
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=('any')
+url='https://github.com/libretro/libretro-core-info'
+license=('GPL3')
+groups=('libretro')
+source=("libretro-core-info-${pkgver}.tar.gz::https://github.com/libretro/libretro-core-info/archive/v${pkgver}.tar.gz")
+sha256sums=('3ed57c59f054dfc70b1e6273a536afd1d5c6c733c975d894284b3bde10f48444')
+
+package() {
+  cd libretro-core-info-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list