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

Maxime Gauduin alucryd at archlinux.org
Sat Apr 4 08:05:09 UTC 2020


    Date: Saturday, April 4, 2020 @ 08:05:07
  Author: alucryd
Revision: 611555

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-supergrafx/repos/
  libretro-beetle-supergrafx/repos/community-x86_64/
  libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD
    (from rev 611554, libretro-beetle-supergrafx/trunk/PKGBUILD)

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

Copied: libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD (from rev 611554, libretro-beetle-supergrafx/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-04-04 08:05:07 UTC (rev 611555)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-supergrafx
+pkgver=808
+pkgrel=1
+pkgdesc='NEC SuperGrafx core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-supergrafx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+)
+makedepends=(git)
+source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=fadef23d59fa5ec17bc99e1e722cfd9e10535695)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-supergrafx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-beetle-supergrafx
+}
+
+package() {
+  install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list