33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
#
|
|
# This file provides common configuration information for building
|
|
# chromium-browser packages for various platforms.
|
|
|
|
# Base name of the package.
|
|
PACKAGE="thorium-browser"
|
|
|
|
# Base name of the snap package
|
|
SNAPNAME="thorium"
|
|
|
|
# Filename of the main executable (for generating launcher scripts, etc.)
|
|
PROGNAME=chrome
|
|
|
|
# Base directory for package installation.
|
|
INSTALLDIR=/opt/chromium.org/chromium
|
|
|
|
# Display string for desktop menu/icon.
|
|
MENUNAME="Thorium Web Browser"
|
|
|
|
# Brief package description.
|
|
SHORTDESC="The web browser from Chromium.org and The Thorium Authors"
|
|
|
|
# Detailed package description.
|
|
FULLDESC="Thorium is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
|
|
|
|
# Package maintainer information.
|
|
# TODO(mmoss) Setup a mailbox for this address
|
|
MAINTNAME="Thorium Linux Maintainers"
|
|
MAINTMAIL="alex313031@gmail.com"
|
|
PRODUCTURL="http://www.chromium.org/"
|