Source: catopy
Section: utils
Priority: optional
Maintainer: Felix <felix@example.com>
Build-Depends:
 debhelper-compat (= 13),
 cargo,
 rustc,
 pkg-config
Standards-Version: 4.7.0
Homepage: https://github.com/febrezo/catopy
Rules-Requires-Root: no

Package: catopy
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Copy file contents to clipboard safely from the terminal
 catopy is a Rust command line utility that copies text files to the
 clipboard with size guards and optional line slicing.
