A simple source based package manager. (DEPRECATED)
Go to file Use this template
lw-everestlinux de2725a475 minor changes
2022-10-27 08:17:29 -04:00
install Glacier v3.0.1 - Post-operation hooks added 2022-10-26 12:14:23 -04:00
src minor changes 2022-10-27 08:17:29 -04:00
LICENSE Add files via upload 2022-05-31 13:20:51 +00:00
README Glacier v3.0.0 2022-10-25 16:38:18 -04:00

+-----------------+
| [*] Glacier [*] |
+-----------------+

Manage packages on an Everest Linux system

+-----------------------+
| [?] About Glacier [?] |
+-----------------------+

Glacier's main goal is to combine the power of
source based packaging with the simplicity of
binary based packaging.

Glacier downloads source code from
https://git.everestlinux.org/EverestLinux/glacier-pkgs
and compiles it locally on your system.

+----------------------+
| [!] Dependencies [!] |
+----------------------+

Glacier requires the following programs to function:

	- sh
	- wget/curl (any program that can download files)
	- tar
	- make

+----------------------------+
| [🠗] Installing Glacier [🠗] |
+----------------------------+

Obtain the source code:

	$ git clone https://git.everestlinux.org/EverestLinux/glacier
	$ cd glacier

Copy install.conf.def to install.conf

	$ mv install.conf.def install.conf

Make necessary adjustments to install.conf, then run
INSTALL.sh as root.

	# ./INSTALL.sh

+-----------------+
| [>_] Usage [>_] |
+-----------------+

	# glacier install/-f
	# glacier update/-u
	# glacier remove/-x
	$ glacier query/-q
	# glacier cache/-c
	# glacier cache-install/-ci
	# glacier cache-clear/-cc
	$ glacier --debuginfo
	$ glacier -h/--help
	$ glacier -v/--version

+-------------------+
| [©] Licensing [©] |
+-------------------+

(C) 2021-2022 Everest Developers
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 3 of the License, or (at your option)
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, see <https://www.gnu.org/licenses/>.