#!/bin/bash

# =================================================================
# File:        xorg_mod
# Author:      Charlie Martínez® <cmartinez@quirinux.org>
# License:     https://www.gnu.org/licenses/gpl-2.0.txt
# Purpose:     Variable module for package installation
# Distro:      Quirinux 2.0
# =================================================================

#
# This variable module was created for Quirinux 2.0 and contains  
# essential information for installing packages through the  
# "createmaster" program, which is used to build the master distribution.
#
# Copyright (c) 2019-2025 Charlie Martínez. All Rights Reserved.  
# License: https://www.gnu.org/licenses/gpl-2.0.txt  
# Authorized and unauthorized uses of the Quirinux trademark:  
# See https://www.quirinux.org/aviso-legal  
#

# Module name
MOD_NAME="xorg_mod"

# List of required packages for this module
MOD_PACKS="color-picker"

# Menu entry description for this module
MOD_MENU="Color picker tool for the desktop"
