dalance / ptags

A parallel universal-ctags wrapper for git repository
MIT License
125 stars 8 forks source link

Arch Linux AUR packages #5

Closed randrej closed 5 years ago

randrej commented 5 years ago

I've added both the current master and the latest tag versions of this program to Arch Linux's user repository (AUR). You may add that to the Installation section of the readme.

The packages are: https://aur.archlinux.org/packages/ptags/ and https://aur.archlinux.org/packages/ptags-git/

Specifying a command to install AUR packages is kind of a taboo in Arch circles. The general wisdom is to git clone the package off of AUR and then makepkg it yourself, but there are so-called AUR-helpers that automate the process, provide easy updates and so on. One of them is yay, but adding that might enrage some purists and they may say you're pushing yay on them (when there are other helpers and the manual method).

To install the packages with yay, you'd write:

yay -S ptags

or

yay -S ptags-git
dalance commented 5 years ago

Thank you for your support. I'll update README.

randrej commented 5 years ago

You're welcome. I love ptags, thank You for sharing it with the world!

I'll be adding ptags support to gen_tags.vim in the future.

Just one more thing: you misspelled binary in the readme.

dalance commented 5 years ago

Thanks, I fixed it.