From 8ce1ba923330e3f9da26398fad6f18c4a5277099 Mon Sep 17 00:00:00 2001 From: Matthew Beaudoin Date: Wed, 1 Nov 2023 18:27:12 +0100 Subject: [PATCH] New package: OpenLoco-23.10 --- srcpkgs/OpenLoco/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/OpenLoco/template diff --git a/srcpkgs/OpenLoco/template b/srcpkgs/OpenLoco/template new file mode 100644 index 0000000000000..0e3c3dd34f6e3 --- /dev/null +++ b/srcpkgs/OpenLoco/template @@ -0,0 +1,22 @@ +# Template file for 'OpenLoco' +pkgname=OpenLoco +version=23.10 +revision=1 +# OpenLoco can currently only be built as 32-bit x86 application +archs="i686" +build_style=cmake +hostmakedepends="git pkg-config" +makedepends="gtest-devel libopenal-devel libpng-devel libzip-devel SDL2-devel" +short_desc="Open-source re-implementation of Chris Sawyer's Locomotion" +maintainer="Matthew Beaudoin " +license="MIT" +homepage="https://openloco.io" +changelog="https://raw.githubusercontent.com/OpenLoco/OpenLoco/master/CHANGELOG.md" +distfiles="https://github.com/OpenLoco/OpenLoco/archive/refs/tags/v${version}.tar.gz" +checksum=c7e592bec24136a100e180b58434542dc021a5501ba32189345ef2dca46a11bd +lib32mode="full" +nopie="yes" + +post_install() { + vlicense LICENSE +}