Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jd-apprentice/debian-package-base
✍ Part of a blog post about how to create your first debian package
https://github.com/jd-apprentice/debian-package-base
debian package shell
Last synced: about 1 month ago
JSON representation
✍ Part of a blog post about how to create your first debian package
- Host: GitHub
- URL: https://github.com/jd-apprentice/debian-package-base
- Owner: jd-apprentice
- License: gpl-3.0
- Created: 2023-03-26T23:14:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T23:57:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:24:41.053Z (9 months ago)
- Topics: debian, package, shell
- Language: Shell
- Homepage: https://blog.jonathan.com.ar/from-source-code-to-deb-package-a-tutorial-for-linux-package-management
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍎 Debian-package-base
![image](http://wallpapercave.com/wp/xk9cJfn.jpg)
## 📝 Description
This is a base for creating Debian packages. It is based on [dbn-tools](https://github.com/jd-apprentice/dbn-tools).
## ❗❗ Important
Remember to change everything inside the `DEBIAN` folder to your needs.
## 📁 Base structure
```
📦debian-package-base
┣ 📂DEBIAN
┃ ┣ 📜control
┃ ┣ 📜postinst
┃ ┗ 📜postrm
┣ 📂usr
┃ ┗ 📂bin
┃ ┃ ┗ 📜main.sh
┣ 📂utils
┃ ┗ 📜build_package.sh
┣ 📜LICENSE
┗ 📜README.md
```