From 72f64a712e0476f4a374c1374a0422c3e3892e85 Mon Sep 17 00:00:00 2001 From: Numair Dubas Date: Mon, 10 Jul 2023 16:52:33 -0400 Subject: [PATCH] New package: EmulationStation-DE-2.0.1 fixed package conflict with EmulationStation --- srcpkgs/EmulationStation-DE/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/EmulationStation-DE/template diff --git a/srcpkgs/EmulationStation-DE/template b/srcpkgs/EmulationStation-DE/template new file mode 100644 index 000000000000..a83c72009404 --- /dev/null +++ b/srcpkgs/EmulationStation-DE/template @@ -0,0 +1,20 @@ +# Template file for 'EmulationStation-DE' +pkgname=EmulationStation-DE +version=2.0.1 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="SDL2-devel freeimage-devel freetype-devel libgit2-devel libcurl-devel pugixml-devel MesaLib-devel poppler-devel ffmpeg-devel" +short_desc="Flexible emulator front-end preconfigured for popular emulators" +maintainer="Numair Dubas " +license="MIT" +homepage="https://es-de.org" +changelog="https://gitlab.com/es-de/emulationstation-de/-/raw/master/CHANGELOG.md" +distfiles="https://gitlab.com/es-de/emulationstation-de/-/archive/v${version}/emulationstation-de-v${version}.tar.gz" +checksum=aa4fac54574a8547a20b56bcb3fe0df7e6c16ad2a8542e320ed64e6e4843c6cb +conflicts="EmulationStation" + +post_install() { + vlicense LICENSE + vdoc README.md +}