[arch-commits] Commit in libretro-beetle-pce (3 files)
Maxime Gauduin
alucryd at archlinux.org
Sat Apr 4 07:54:45 UTC 2020
Date: Saturday, April 4, 2020 @ 07:54:44
Author: alucryd
Revision: 611551
archrelease: copy trunk to community-x86_64
Added:
libretro-beetle-pce/repos/
libretro-beetle-pce/repos/community-x86_64/
libretro-beetle-pce/repos/community-x86_64/PKGBUILD
(from rev 611550, libretro-beetle-pce/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: libretro-beetle-pce/repos/community-x86_64/PKGBUILD (from rev 611550, libretro-beetle-pce/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-04-04 07:54:44 UTC (rev 611551)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-beetle-pce
+pkgver=1019
+pkgrel=1
+pkgdesc='NEC PC Engine/Supergrafx/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-pce-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+ gcc-libs
+ glibc
+ libretro-core-info
+)
+makedepends=(git)
+source=(libretro-beetle-pce::git+https://github.com/libretro/beetle-pce-libretro.git#commit=a54a259bb6f26ffca438a2e2ddda27a67d424981)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libretro-beetle-pce
+
+ git rev-list --count HEAD
+}
+
+build() {
+ make -C libretro-beetle-pce
+}
+
+package() {
+ install -Dm 644 libretro-beetle-pce/mednafen_pce_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list