-
Notifications
You must be signed in to change notification settings - Fork 18
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 package #63
Comments
First of all thanks for the initiative I can take over, but could you provide guideline of what's needed to be done, I am not familiar with arch pipeline. |
Doc on how to create packages - You don't really have to go through this, since I've already created the package 😄 This is the doc you need to go through. It may seem daunting at first, because Arch people take docs pretty seriously, but the main thing you need to do is clone an empty repo, add the PKGBUILD file to it and push (after you've setup keys etc.) Copied from this reddit thread.
|
Actually there is already a package But it seems that it was not updated to new packaging (with slit as a library) Maintained by Vincent Loupmon |
The difference is that package requires golang to be installed and it builds the code from source. The package I created AUR is filled with such two types of packages: ones that build from source & others that only download binaries. |
FWIW I am the maintainer of
|
I've built an Arch Linux Package for this tool, so people will easily be able to download it from AUR.
You can find it here: https://github.com/dufferzafar/arch-packages/blob/master/slit-bin/PKGBUILD
But I don't think I'll be able to maintain it - which involves version bumping it every time you release a new version.
It'll be a great help, if you're willing to maintain the package?
The text was updated successfully, but these errors were encountered: