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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:29:03 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:29:02
  Author: foutrelis
Revision: 1142364

archrelease: copy trunk to community-staging-x86_64

Added:
  libretro-beetle-pce-fast/repos/community-staging-x86_64/
  libretro-beetle-pce-fast/repos/community-staging-x86_64/PKGBUILD
    (from rev 1142363, libretro-beetle-pce-fast/trunk/PKGBUILD)

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

Copied: libretro-beetle-pce-fast/repos/community-staging-x86_64/PKGBUILD (from rev 1142363, libretro-beetle-pce-fast/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:29:02 UTC (rev 1142364)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-pce-fast
+pkgver=1159
+pkgrel=2
+pkgdesc='NEC PC Engine/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-pce-fast-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=20953a477acb2fc84feac50feb126a576e5251a4
+source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-pce-fast
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+    SYSTEM_LIBCHDR=0 \
+    SYSTEM_ZLIB=1 \
+    -C libretro-beetle-pce-fast
+}
+
+package() {
+  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list