Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbruechert/debian-pm-pbuilder
https://github.com/jbruechert/debian-pm-pbuilder
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbruechert/debian-pm-pbuilder
- Owner: jbruechert
- Created: 2017-06-03T10:57:22.000Z (over 7 years ago)
- Default Branch: stretch
- Last Pushed: 2017-06-09T17:56:34.000Z (over 7 years ago)
- Last Synced: 2024-10-11T01:44:30.859Z (27 days ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pbuilder environment for Plasma Mobile packages on Debian Stretch
The scripts in this repository can create a Debian Stretch / Netrunner pbuilder tgz and download and build Plasma Mobile packages inside it. The created packages can be installed on debian stretch, and in the future on Halium based Debian rootfs.
This is easily modifiable for other usecases.## Usage
All scripts you can use are located in `pbuilder/`. Before you can build or download packages, you should create the pbuilder tgz using `build-pbuilder.sh` script. For using the download script, you need to have deb-src sources for (in this case Plasma Mobile) in your sources.list.To add or remove packages to download and build, just edit `packages/packages.list`.
## Dependencies
* apt
* bash
* devscripts
* pbuilder
* git`sudo apt install devscripts pbuilder git`