From 62667d7400d589e15ceb33ef1064a04278192007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= Date: Thu, 20 May 2021 16:57:20 +0200 Subject: [PATCH] New package: dosbox-staging-0.77.0 --- srcpkgs/dosbox-staging/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/dosbox-staging/template diff --git a/srcpkgs/dosbox-staging/template b/srcpkgs/dosbox-staging/template new file mode 100644 index 0000000000..fc68f8562f --- /dev/null +++ b/srcpkgs/dosbox-staging/template @@ -0,0 +1,19 @@ +# Template file for 'dosbox-staging' +pkgname=dosbox-staging +version=0.77.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config" +makedepends="alsa-lib-devel libpng-devel SDL2-devel SDL2_net-devel + opusfile-devel fluidsynth-devel libmt32emu-devel" +short_desc="DOS/x86 emulator focusing on ease of use" +maintainer="Joshua Krämer " +license="GPL-2.0-or-later" +homepage="https://dosbox-staging.github.io" +distfiles="https://github.com/dosbox-staging/dosbox-staging/archive/v${version}.tar.gz" +checksum=85e1739f5dfd7d96b752b2b0e12aad6f95c7770b47fcdaf978d4128d7890d986 +conflicts="dosbox" + +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + makedepends+=" libatomic-devel" +fi