[arch-commits] Commit in libretro-retrodream (3 files)

Maxime Gauduin alucryd at archlinux.org
Tue Jun 2 10:01:10 UTC 2020


    Date: Tuesday, June 2, 2020 @ 10:01:09
  Author: alucryd
Revision: 637976

archrelease: copy trunk to community-x86_64

Added:
  libretro-retrodream/repos/
  libretro-retrodream/repos/community-x86_64/
  libretro-retrodream/repos/community-x86_64/PKGBUILD
    (from rev 637975, libretro-retrodream/trunk/PKGBUILD)

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

Copied: libretro-retrodream/repos/community-x86_64/PKGBUILD (from rev 637975, libretro-retrodream/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-06-02 10:01:09 UTC (rev 637976)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-retrodream
+pkgver=1096
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/retrodream
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+replaces=(libretro-redream)
+source=(libretro-retrodream::git+https://github.com/libretro/retrodream.git#commit=f7814c2f0faaf56a5081b62f660f64c5e123227e)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-retrodream
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-retrodream/deps/libretro
+}
+
+package() {
+  install -Dm 644 libretro-retrodream/deps/libretro/retrodream_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list