From 6c7777d07671aa5e43a266fbea663307b7017bdb Mon Sep 17 00:00:00 2001 From: Auberginez Date: Wed, 29 Jan 2020 11:48:36 +0000 Subject: [PATCH] New package: arma3-unix-launcher-git-20200112_1 --- srcpkgs/arma3-unix-launcher-git/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/arma3-unix-launcher-git/template diff --git a/srcpkgs/arma3-unix-launcher-git/template b/srcpkgs/arma3-unix-launcher-git/template new file mode 100644 index 00000000000..e5e282671ca --- /dev/null +++ b/srcpkgs/arma3-unix-launcher-git/template @@ -0,0 +1,19 @@ +# Template file for 'arma3-unix-launcher-git' +pkgname=arma3-unix-launcher-git +version=20200112 +revision=1 +_commit=facedb0993d66e7bf31fde87e945a59641d25e43 +wrksrc="arma3-unix-launcher-$_commit" +build_style=cmake +makedepends="cmake pkg-config gtkmm-devel" +depends="gtkmm" +short_desc="ArmA 3 Launcher for Linux and Mac" +maintainer="Auberginez " +license="MIT" +homepage="https://github.com/muttleyxd/arma3-unix-launcher" +distfiles="${homepage}/archive/${_commit}.tar.gz" +checksum=76209d4e748f1a2a45a41658421e0a937dbe0c6e8b6892b66410728da2a623a1 + +post_install() { + vlicense LICENSE +}