https://github.com/craftablescience/ppa
Repository for my installable software for Debian-based Linux distros
https://github.com/craftablescience/ppa
debian-packages ppa ubuntu-packages
Last synced: about 1 month ago
JSON representation
Repository for my installable software for Debian-based Linux distros
- Host: GitHub
- URL: https://github.com/craftablescience/ppa
- Owner: craftablescience
- License: mit
- Created: 2024-01-29T17:45:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T13:11:56.000Z (2 months ago)
- Last Synced: 2026-04-13T15:13:09.187Z (2 months ago)
- Topics: debian-packages, ppa, ubuntu-packages
- Language: Shell
- Homepage: https://craftablescience.info/ppa/
- Size: 221 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Package Archive
Repository for my installable software for Debian-based Linux distros.
Stores the following packages:
- [vpkedit](https://github.com/craftablescience/VPKEdit)
- [vtf-thumbnailer](https://github.com/craftablescience/vtf-thumbnailer)
## Installing Packages
Run the following commands *once*:
```sh
curl -s --compressed "https://craftablescience.info/ppa/debian/KEY.gpg" | gpg --dearmor | sudo tee "/etc/apt/trusted.gpg.d/craftablescience.gpg" > /dev/null
sudo curl -s --compressed -o "/etc/apt/sources.list.d/craftablescience.list" "https://craftablescience.info/ppa/debian/craftablescience.list"
sudo apt update
```
Packages stored in this repository will become accessible in `apt`, for example:
```sh
# Install VPKEdit
sudo apt install vpkedit
```