From 58c2228247c633805cdbe02ff97eb8cb6f3b3af7 Mon Sep 17 00:00:00 2001 From: kb1000 Date: Thu, 26 Nov 2020 22:02:26 +0100 Subject: NOISSUE Add an RPM package for MultiMC The RPM package reuses the files from the Ubuntu package. --- application/package/rpm/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 application/package/rpm/README.md (limited to 'application/package/rpm/README.md') diff --git a/application/package/rpm/README.md b/application/package/rpm/README.md new file mode 100644 index 00000000..98b6d5cb --- /dev/null +++ b/application/package/rpm/README.md @@ -0,0 +1,12 @@ +# What is this? +A simple RPM package for MultiMC that contains a script that downloads and installs real MultiMC on Red Hat based systems. + +It contains a `.desktop` file, an icon, and a simple script that does the heavy lifting. + +# How to build this? +You need the `rpm-build` package. Switch into this directory, then run: +``` +rpmbuild --build-in-place -bb MultiMC5.spec +``` + +Replace the version with whatever is appropriate. -- cgit