From 588eb6deaf9e039f2e4b4cbf4b99048932a27a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 20 May 2024 21:48:01 +0200 Subject: [PATCH] feat: modrinth app --- srcpkgs/modrinth-app/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/modrinth-app/template diff --git a/srcpkgs/modrinth-app/template b/srcpkgs/modrinth-app/template new file mode 100644 index 0000000..6e0f014 --- /dev/null +++ b/srcpkgs/modrinth-app/template @@ -0,0 +1,18 @@ +# Template file for 'modrinth-app' +pkgname=modrinth-app +version=0.7.1 +revision=1 +hostmakedepends="" +makedepends="" +depends="" +short_desc="An unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package." +maintainer="Jozef Steinhübl " +license="GPL-3.0-or-later" +homepage="https://modrinth.com/app" +distfiles="https://launcher-files.modrinth.com/versions/${version}/linux/modrinth-app_${version}_amd64.deb" +checksum="9e2b1c187a3df1f5db87fd9fe214e4bccf67553d69325243bcb39f62514c6be6" + + +do_install() { + vinstall "bin/modrinth-app" 755 "usr/bin" +}