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

Maxime Gauduin alucryd at archlinux.org
Fri Jun 19 18:03:25 UTC 2020


    Date: Friday, June 19, 2020 @ 18:03:24
  Author: alucryd
Revision: 647806

archrelease: copy trunk to community-x86_64

Added:
  libretro-mesen-s/repos/
  libretro-mesen-s/repos/community-x86_64/
  libretro-mesen-s/repos/community-x86_64/PKGBUILD
    (from rev 647805, libretro-mesen-s/trunk/PKGBUILD)

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

Copied: libretro-mesen-s/repos/community-x86_64/PKGBUILD (from rev 647805, libretro-mesen-s/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-06-19 18:03:24 UTC (rev 647806)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mesen-s
+pkgver=870
+pkgrel=1
+pkgdesc='Super Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/SourMesen/Mesen-S
+license=(GPL3)
+groups=(libretro)
+depends=(
+  gcc-libs
+  libretro-core-info
+)
+makedepends=(git)
+_commit=52259d13e704f4291c986e04feee1042601d72e0
+source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd Mesen-S
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C Mesen-S/Libretro
+}
+
+package() {
+  install -Dm 644 Mesen-S/Libretro/mesens_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list