jhspetersson / fselect

Find files with SQL-like queries
https://fselect.rocks
Apache License 2.0
4.02k stars 85 forks source link

Provide .deb artifacts? #113

Closed ethanhs closed 3 years ago

ethanhs commented 3 years ago

Hi! I set up an apt repo at https://apt.cli.rs recently focused on awesome Rust command line tools, would there be any interest in setting up cago-deb to produce .deb files?

jhspetersson commented 3 years ago

Hi! I set up an apt repo at https://apt.cli.rs recently focused on awesome Rust command line tools, would there be any interest in setting up cago-deb to produce .deb files?

Hello, I added some metadata to address deb packaging specifically with cargo-deb. Please include this project in your repo. Thank you!

jhspetersson commented 3 years ago

Or you can take the binary from the latest (0.7.7) release.

ethanhs commented 3 years ago

Added to the repo!

ethanhs@dysk:~$ apt-cache show fselect
Package: fselect
Priority: optional
Section: utility
Installed-Size: 2960
Maintainer: jhspetersson <jhspetersson@gmail.com>
Architecture: amd64
Version: 0.7.7
Depends: libc6 (>= 2.27)
Filename: pool/main/f/fselect/fselect_0.7.7_amd64.deb
Size: 902372
MD5sum: 4c87bdfff2328a64b20116c78368bee4
SHA1: e564c48a0a8ceed44a0a558f2ed169194d494f5e
SHA256: 9b7c8a719a26faa67b9d730e094c1863a5035661e45ddb862f98005c1a512e94
SHA512: 3143187df7e7c9a3d23bb5d6e856e00139f45ac10e48696fece0fe0e0b39a38dcc1b3eb9c44a548a2bd3348533b527719fdf23f147038afeb663a5e23a678996
Description: Find files with SQL-like queries
 * SQL-like (not real SQL, but highly relaxed!) grammar easily understandable by
 humans
 * complex queries
 * aggregate, statistics, date, and other functions
 * search within archives
 * .gitignore, .hgignore, and .dockerignore support (experimental)
 * search by width and height of images, EXIF metadata
 * search by MP3 info
 * search by extended file attributes
 * search by file hashes
 * search by MIME type
 * shortcuts to common file types
 * interactive mode
 * various output formatting (CSV, JSON, and others)
Description-md5: 452b95479792ae549b0a9c4d9bc3b0b9
Homepage: https://github.com/jhspetersson/fselect
Vcs-Browser: https://github.com/jhspetersson/fselect
Vcs-Git: https://github.com/jhspetersson/fselect