Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nebula-plugins/gradle-ospackage-plugin
Gradle plugin for constructing linux packages, specifically RPM and DEBs.
https://github.com/nebula-plugins/gradle-ospackage-plugin
Last synced: 2 days ago
JSON representation
Gradle plugin for constructing linux packages, specifically RPM and DEBs.
- Host: GitHub
- URL: https://github.com/nebula-plugins/gradle-ospackage-plugin
- Owner: nebula-plugins
- License: apache-2.0
- Created: 2013-11-22T17:19:15.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T19:23:33.000Z (17 days ago)
- Last Synced: 2025-01-11T05:02:06.616Z (9 days ago)
- Language: Groovy
- Size: 2.45 MB
- Stars: 370
- Watchers: 39
- Forks: 127
- Open Issues: 87
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradle Linux Packaging Plugin
![Support Status](https://img.shields.io/badge/nebula-active-green.svg)
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com.netflix.nebula/gradle-ospackage-plugin/maven-metadata.xml.svg?label=gradlePluginPortal)](https://plugins.gradle.org/plugin/com.netflix.nebula.ospackage)
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/gradle-ospackage-plugin)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/gradle-ospackage-plugin)
![Build](https://github.com/nebula-plugins/gradle-ospackage-plugin/actions/workflows/nebula.yml/badge.svg)
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/gradle-ospackage-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0)This plugin provides Gradle-based assembly of system packages, typically for RedHat and Debian based distributions,
using a canonical Gradle Copy Specs. It's structured as three plugins, which work in concert, and a fourth plugin
to pull them all together. Keep reading to see some power examples, follow the links to further pages for the formal
documentation. All the plugins are pure-java and don't require any local native binaries.# Quick Start
Refer to the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/com.netflix.nebula.ospackage) for instructions on how to apply the main plugin.
# Documentation
The project wiki contains the [full documentation](https://github.com/nebula-plugins/gradle-ospackage-plugin/wiki) for the plugin.
LICENSE
=======Copyright 2014-2022 Netflix, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License atUnless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.