All Projects → michaelrsweet → epm

michaelrsweet / epm

Licence: GPL-2.0 License
Software packaging tool.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
M4
1887 projects

Projects that are alternatives of or similar to epm

SetupBuilder
Gradle plugin for building setups for different platforms.
Stars: ✭ 75 (+294.74%)
Mutual labels:  installer, rpm
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (+1400%)
Mutual labels:  installer, rpm
holo-build
Cross-distribution system package compiler
Stars: ✭ 43 (+126.32%)
Mutual labels:  dpkg, rpm
scoops
📦 A bucket of tasty scoop flavored apps.
Stars: ✭ 63 (+231.58%)
Mutual labels:  installer
keyring-social-importers
A collection of importers which pull your content back from social networks, and into your own WordPress install.
Stars: ✭ 26 (+36.84%)
Mutual labels:  installer
autospec
RPM packaging automation tool
Stars: ✭ 86 (+352.63%)
Mutual labels:  rpm
cargo-generate-rpm
Cargo helper command to generate a binary RPM package
Stars: ✭ 16 (-15.79%)
Mutual labels:  rpm
yomi
Yet one more installer
Stars: ✭ 35 (+84.21%)
Mutual labels:  installer
iQuail
Easy to use cross-platform installer & updater for desktop applications
Stars: ✭ 20 (+5.26%)
Mutual labels:  installer
electrumx-installer
A script to automate the installation of electrumx 🤖
Stars: ✭ 59 (+210.53%)
Mutual labels:  installer
java-installer
OpenJDK installer packages for Synology NAS and QNAP NAS.
Stars: ✭ 56 (+194.74%)
Mutual labels:  installer
cpsetup
Intuitive bash/shell script to setup and harden/configure cPanel CentOS/RHEL server with ConfigServer Firewall, MailManage, MailQueue, Malware Detect, ClamAV, mod_cloudflare, CloudFlare RailGun, and many more applications and security tweaks
Stars: ✭ 42 (+121.05%)
Mutual labels:  installer
UNIT3D-INSTALLER
Provisioner and Installer for the UNIT3D Torrent Tracker Platform.
Stars: ✭ 43 (+126.32%)
Mutual labels:  installer
homebins
Binaries for $HOME
Stars: ✭ 19 (+0%)
Mutual labels:  installer
HAProxy-2-RPM-builder
Build latest HAProxy binary with prometheus metrics support
Stars: ✭ 28 (+47.37%)
Mutual labels:  rpm
installer
This repository contains the installer of Laravel Zero
Stars: ✭ 18 (-5.26%)
Mutual labels:  installer
python-rpm-macros
Multi-Python, Single-Spec macros generator
Stars: ✭ 19 (+0%)
Mutual labels:  rpm
cordova-plugin-apkupdater
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
Stars: ✭ 46 (+142.11%)
Mutual labels:  installer
ansible-apt
Ansible role to manage packages and up(date|grade)s in Debian-like systems
Stars: ✭ 21 (+10.53%)
Mutual labels:  dpkg
arch-odroid
A simple script automatically installing Arch Linux for the ODROID.
Stars: ✭ 30 (+57.89%)
Mutual labels:  installer

ESP Package Manager (EPM)

What is EPM?

EPM is a simple cross-platform tool that generates software and patch distributions in various formats from a list of files. Supported formats include:

  • BSD packages ("pkg_create")
  • Debian Package Manager ("dpkg")
  • macOS software packages ("name.pkg")
  • Portable (installation and removal scripts with tar files)
  • Red Hat Package Manager ("rpm")

EPM also includes graphical "setup" and "uninstall" programs that can be provided with your distributions to make installation and removal of more than one package a snap. The installers can be customized with product logos, "readme" files, and click-wrap licenses as desired.

EPM is provided as free software under version 2 of the GNU General Public license.

Note: Future versions of this software will be maintained and developed by Jim Jagielski.

How Do I Compile EPM?

See the file INSTALL.md for more info on that.

How Do I Use EPM?

Please look at the EPM manual. A preformatted copy is included with the source archive in the file doc/epm-book.html.

An example EPM software list file is provided with this distribution in the file epm.list.

Do I Have to Pay to Distribute Software Using EPM?

No! EPM is free software and any installations you create are unencumbered by licensing of any kind, not even the GPL.

What's New in EPM?

See the file CHANGES.md for change information.

Resources

The official home page for EPM is https://jimjag.github.io/epm/.

Report all problems and submit all patches/pull requests using the Github issue tracking pages at https://github.com/jimjag/epm/issues.

Legal Stuff

EPM is Copyright © 1999-2020 by Michael R Sweet. All rights reserved.

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, 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].