-
Notifications
You must be signed in to change notification settings - Fork 11
Add Arch Linux Support and LibSoup Dependency #14
base: master
Are you sure you want to change the base?
Conversation
| ### Arch Linux | ||
| Arch Linux users can find Hackup under the name [hackup-git](https://aur.archlinux.org/packages/hackup-git/) in the **AUR**: | ||
|
|
||
| `$ aurman -S hackup-git` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you possibly leave this command out? There are lots of AUR helpers avaliable so just leaving the link should be fine :)
|
Looks good, just one quick note :) |
I think that you could refer to GitHub releases for stable versions instead. Also, thanks for your |
|
@pikpok Thanks for the feedback. Unfortunately I manage many packages in AUR, I could not keep everyone up to date if it depended on the releases because every time a new version is released pkgbuild must be updated manually. |
|
@btd1337 I'm not experienced in PKGBUILDS but perhaps https://developer.github.com/v3/repos/releases/#get-the-latest-release could be useful? |
|
@mdh34 I don't know convert this to PKGBuild. Look how other users implement stable packages: and now, how Is implemented in latest commit: |
|
@btd1337 I meant that stable packages shouldn't be fetched from git branch but rather from tarballs of tags representing specific versions (which releases come from), just as in |
|
@pikpok Like I said I manage many packages. I will not be able to update every time there is a new version. If this is an app you enjoy, consider managing it. It will be a great learning experience. |
Arch Linux Support
I will support your application in Arch Linux. Please, consider to use 2 branchs: master (stable code), develop (development code).
Please add a section containing the following instruction:
Arch Linux
Arch Linux users can find Hackup under the name hackup-git in the AUR:
$ aurman -S hackup-gitLibsoup was included in dependencies