capstone/packages/deb
Rot127 e3bc578d2c
Move debian package generation to a dispatch only workflow (#2543)
* Move deb package gen files int package/deb

* Fix basename check

* Make debian package generation dispatch only
2024-11-13 22:10:59 +08:00
..
.gitignore Move debian package generation to a dispatch only workflow (#2543) 2024-11-13 22:10:59 +08:00
Dockerfile Move debian package generation to a dispatch only workflow (#2543) 2024-11-13 22:10:59 +08:00
README.md Move debian package generation to a dispatch only workflow (#2543) 2024-11-13 22:10:59 +08:00
check_capstone.sh Move debian package generation to a dispatch only workflow (#2543) 2024-11-13 22:10:59 +08:00
control Move debian package generation to a dispatch only workflow (#2543) 2024-11-13 22:10:59 +08:00
setup.sh Move debian package generation to a dispatch only workflow (#2543) 2024-11-13 22:10:59 +08:00
triggers Move debian package generation to a dispatch only workflow (#2543) 2024-11-13 22:10:59 +08:00

README.md

Incomplete Debian package implementation. It can be used to generate an easily installable Capstone, but misses a lot of mandatory things to add it in the Debian repos (debian/control is incomplete, no dependencies added etc.).

You can build the package by dispatching the Build Debian Package workflow or executing the commands in the Dockerfile. It assumes the current commit is tagged and "$(git describe --tags --abbrev=0)" returns a valid version number. The package is uploaded as artifact.