From 53e4b4f97c3d83711d376e5ce0773a99aaf3e508 Mon Sep 17 00:00:00 2001 From: Siddhartha Menon <42359201+Sqvid@users.noreply.github.com> Date: Wed, 21 Dec 2022 18:22:15 +0000 Subject: [PATCH] New package: raylib-4.0.0 --- common/shlibs | 1 + srcpkgs/raylib/template | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 srcpkgs/raylib/template diff --git a/common/shlibs b/common/shlibs index 11ef64e0cc7f..f6f5de42435e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4220,3 +4220,4 @@ libfst.so.25 openfst-1.8.2_1 libvosk.so vosk-api-0.3.43_1 libdspy-1.so.1 d-spy-1.4.0_1 libpanel-1.so.1 libpanel-1.0.1_1 +libraylib.so.400 raylib-4.0.0_1 diff --git a/srcpkgs/raylib/template b/srcpkgs/raylib/template new file mode 100644 index 000000000000..efef1504f3e6 --- /dev/null +++ b/srcpkgs/raylib/template @@ -0,0 +1,16 @@ +# Template file for 'raylib' +pkgname=raylib +version=4.0.0 +revision=1 +build_style=cmake +configure_args="-DCUSTOMIZE_BUILD=ON -DPLATFORM=Desktop -DBUILD_SHARED_LIBS=ON + -DUSE_EXTERNAL_GLFW=ON -DINCLUDE_EVERYTHING=ON" +makedepends="glfw-devel" +depends="glfw-devel" +short_desc="Raylib is a simple and easy-to-use library for videogames programming" +maintainer="Siddhartha Menon " +license="Zlib" +homepage="https://www.raylib.com/" +changelog="https://raw.githubusercontent.com/raysan5/raylib/${version}/CHANGELOG" +distfiles="https://github.com/raysan5/raylib/archive/refs/tags/${version}.tar.gz" +checksum=11f6087dc7bedf9efb3f69c0c872f637e421d914e5ecea99bbe7781f173dc38c