An open API service indexing awesome lists of open source software.

https://github.com/thombashi/ppa

Files to make deb packages for my Personal Package Archives
https://github.com/thombashi/ppa

ppa ubuntu

Last synced: 4 months ago
JSON representation

Files to make deb packages for my Personal Package Archives

Awesome Lists containing this project

README

          

# PPA
Files to make `deb` packages for my Personal Package Archives (`ppa:thombashi/ppa`).

# Add PPA (for Ubuntu)
```sh
sudo add-apt-repository ppa:thombashi/ppa
sudo apt update
```

# Build a deb package for the PPA
```sh
git clone https://github.com/thombashi/PPA.git
./make_deb_package.sh
```