jrbing / ps-extras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

ps-extras

Spec files and build scripts for creating RPM packages using Travis CI and deploying to packagecloud.io.

Repository Installation

Run the following to import the repository.

curl -s https://packagecloud.io/install/repositories/jrbing/ps-extras/script.rpm.sh | sudo bash

Running Locally

Although this project is primarily intended to be used with TravisCI, there is a Vagrantfile provided for local testing and development.

vagrant up
vagrant ssh
cd /vagrant
./scripts/install.sh
export OS="el"
export DIST="7"
export PACKAGE="aria2"
./scripts/build.sh

About

License:MIT License


Languages

Language:Shell 92.3%Language:Dockerfile 7.7%