Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch User Repository packages #14

Closed
vanyasem opened this issue Feb 25, 2018 · 2 comments
Closed

Arch User Repository packages #14

vanyasem opened this issue Feb 25, 2018 · 2 comments

Comments

@vanyasem
Copy link

I packaged python-vdf for Arch GNU/Linux in AUR:

Packages: python2-vdf-git, python-vdf-git, python2-vdf, python-vdf

Packages suffixed with -git are built from git source, others are built from the lastest release tarball

Packages prefixed with python- are built for Python 3.x, and prefixed with python2- are built for Python 2.x

You can install them using any AUR helper (the recommended one is pacaur):

pacaur -S python-vdf

You can also install them manually:

git clone https://aur.archlinux.org/python-vdf.git
cd python-vdf
makepkg -sic

It would be great if you added them to your readme

@rossengeorgiev
Copy link
Contributor

That's great. Advertising the package on AUR in the README may give the false impression that this project is responsible for it, which is not the case. In the future, if there is a section for listing similar projects, I will make sure to include it.

@vanyasem
Copy link
Author

Hey! It was almost a full year since I created the issue. You ruined it, it was only 3 days left :P Just joking, I totally understand you reasoning behind this - still worth giving a mention with a huge "unofficial" tag though imo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants