1
0
Fork
You've already forked ripdrag-debian
0
Debian packaging for ripdrag
  • Just 100%
2026年04月18日 01:46:29 +02:00
debian feat: new upstream version 0.4.12 2026年04月18日 01:46:29 +02:00
.gitignore feat: initial packaging for ripdrag 0.4.11 2026年01月31日 01:11:08 +01:00
justfile feat: initial packaging for ripdrag 0.4.11 2026年01月31日 01:11:08 +01:00
README.md feat: initial packaging for ripdrag 0.4.11 2026年01月31日 01:11:08 +01:00

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