- Add local repo support,

- Add MariaDB meta package,
- New args parsing system with test and verbose options,
- Add RPM Specs file.
This commit is contained in:
2026-03-14 20:32:41 +01:00
parent cb67aa1c7b
commit 686d8642c1
11 changed files with 313 additions and 88 deletions

View File

@@ -1,25 +0,0 @@
#-------------------------------------------------------------------------------#
#
# MPM (Meta Package Manager)
# Copyright (C) 2024 Arnaud G. GIBERT
# mailto:arnaud@rx3.net
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
#-------------------------------------------------------------------------------
# Default MPM repository
MPM_REPO="https://www.rx3.net/mpm-repository"