oniony / TMSU

TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
Other
2.01k stars 115 forks source link

Pls consider making this tool available on conda #247

Closed yangyxt closed 2 years ago

yangyxt commented 2 years ago

The same as the title

oniony commented 2 years ago

I don't really get involved with packages as there are so many Linux distributions with their own packaging systems (pacman, yum, emerge, apt-get, &c.) and then a bunch of different applications vying in the cross-distro space (FlatPak, Snap, Nix, &c.). I hadn't even heard of Conda, so it's not something I use.

If you want a Conda package then all I can suggest is to try creating one yourself. Seems to be some documentation here: https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs.html.

See also this part of the FAQ.