manishrjain / asanawarrior

The only Asana command line interface you'll ever need.
https://wiki.dgraph.io/Asanawarrior
Apache License 2.0
39 stars 11 forks source link

Package up AW for Arch Linux #21

Open manishrjain opened 7 years ago

gwarf commented 6 years ago

Hi, In fact I just uploaded a PKGBUILD to AUR, for the release. Will see later if I can make one for the git repo.

https://aur.archlinux.org/packages/asanawarrior/ https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=asanawarrior

Thanks a lot!

gwarf commented 6 years ago

I created a package for the git-version: https://aur.archlinux.org/packages/asanawarrior-git.

But in fact, I lack the go/go get/go build knowledge to ensure that the non git version is really built using the retrieved tarball, as it will download the repo... So I'm wondering if the "stable" version isn't in fact the same as this one. Any help appreciated :) At least that's a start and the packages enable to install a working asanawarrior.

manishrjain commented 6 years ago

I doubt there'll be many changes to this code base. The tool already works well. But, I've stopped using Asana and no longer adding more features. So, you could just compile it once and push the compiled version to AUR.

Update: I'd say don't use the v1.0 release. Instead use master. It might have more changes on top of the release.

gwarf commented 6 years ago

OK, will just remove the non git package for the time being. AUR is only meant to store PKGBUILDS, it is not something meant to distribute compiled version. At current work place we are using Asana and I'm currently moving to taskwarrior, so I will see if I there is things I need and that I can push, who knows... Thanks!