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
- Host: GitHub
- URL: https://github.com/thombashi/ppa
- Owner: thombashi
- License: mit
- Created: 2019-04-30T05:52:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T06:36:10.000Z (about 5 years ago)
- Last Synced: 2025-07-02T01:05:53.874Z (about 1 year ago)
- Topics: ppa, ubuntu
- Language: Makefile
- Homepage: https://launchpad.net/~thombashi/+archive/ubuntu/ppa
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```