XAMPPRocky / tokei

Count your code, quickly.
Other
10.88k stars 527 forks source link

Add package repositories. #92

Open XAMPPRocky opened 7 years ago

XAMPPRocky commented 7 years ago

I basically want what ripgrep has, but I don't really understand all the requirements for submitting to these package managers. Any help would be very appreciated.

tinywombat765 commented 7 years ago

As far as Arch Linux you first have to create an AUR package which someone has already done here although it does appear to still be using 4.2.0. If it get up voted enough and it's maintained by a trusted user (which it is) it will be added to the stranded repo according to the Arch Wiki.

XAMPPRocky commented 7 years ago

@zethra I've added the Arch Linux package to README.

tinywombat765 commented 7 years ago

@Aaronepower Since tokei is currently in the Arch User Repo and not the Community Repo it must in installed with a tool like pacaur or yaourt instead of pacman.

XAMPPRocky commented 7 years ago

@zethra I talked to the maintainer of the package(@svenstaro), and they moved it to community. https://www.archlinux.org/packages/community/x86_64/tokei/

tinywombat765 commented 7 years ago

Oh okay cool.

gentoid commented 6 years ago

As I could found, there's already an attempt to add the tool to the Gentoo packages repo https://github.com/gentoo/gentoo/pull/7573 . It's hung though, there's no activity from the Gentoo side. BTW, there's also a tool aimed to create Rust based Gentoo ebuilds easily - https://github.com/cardoe/cargo-ebuild

est31 commented 5 years ago

Ping @infinity0 for the Debian package. Would love to be able to obtain it without having to install it manually using cargo!

ThrashAbaddon commented 4 years ago

It would be great if we could get it on Ubuntu because of large user base

XAMPPRocky commented 4 years ago

I would love for tokei to be available through apt, but I don't have the time to make that happen. I'm happy to collaborate with someone to provide that however

est31 commented 4 years ago

Relevant links for Debian packaging:

finagolfin commented 4 years ago

A package was added to the Termux repository for Android late last year, where I'm using it.

NullVoxPopuli commented 2 years ago

for ubuntu, snapcraft seems fairly easy to setup -- mostly a yaml file with a pointer to the source / bins / etc