[arch-commits] Commit in libretro-beetle-supergrafx/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:30:47 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:30:47
  Author: foutrelis
Revision: 1142380

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: libretro-beetle-supergrafx/repos/community-staging-x86_64/PKGBUILD (from rev 1142377, libretro-beetle-supergrafx/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:30:47 UTC (rev 1142380)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-supergrafx
+pkgver=939
+pkgrel=2
+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
+  zlib
+)
+makedepends=(git)
+_commit=05d59425136abf506cf8768f82fc7b900ed76630
+source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-supergrafx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+    SYSTEM_LIBCHDR=0 \
+    SYSTEM_ZLIB=1 \
+    -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