Debian packaging for ripdrag
| debian | feat: new upstream version 0.4.12 | |
| .gitignore | feat: initial packaging for ripdrag 0.4.11 | |
| justfile | feat: initial packaging for ripdrag 0.4.11 | |
| README.md | feat: initial packaging for ripdrag 0.4.11 | |
ripdrag is an application that lets you drag and drop files from and to the terminal.
Upstream project can be found at: https://github.com/nik012003/ripdrag.
This project packages it into .deb files using debcargo.
Build
just setup build
Build was tested on debian 13. You may use docker to create a build environment:
docker run -it --rm --volume .:/opt --workdir /opt debian:13