BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 86 forks source link

Archlinux pkgbuild #115

Open dlintw opened 10 years ago

dlintw commented 10 years ago

please check https://aur.archlinux.org/packages/wingo-git/

I've posted a updated PKGBUILD. https://gist.github.com/dlintw/4ea9d3fd17c6ba1cbbd5

  1. Separate the package() function
  2. Use git version as package's
  3. Limited the arch (this is not script, I think 'any' is not proper).
vendion commented 9 years ago

I think arch=(x86_64 i686) is too restrictive though, I was able to build and run Wingo on a Raspberry Pi which is a ARM device.

BurntSushi commented 9 years ago

Agreed. I got Wingo running on a Pi way back when the Go toolchain first start supporting ARM.

Go's toolchain supports a wide variety of architectures. Certainly more than what Arch can run on (AFAIK).

The other changes are good though... Just have to get around to updating it.

dlintw commented 9 years ago

Limited the arch, this is not script, I think 'any' is not proper. It is OK to add more arch=(i686 x86_64 arm ...) Because if you share your i686 build binary package file to other arm based machine, the package won't workable.

darthlukan commented 9 years ago

Agreed, supported architectures should be listed.

On Wed, Nov 19, 2014, 04:12 Daniel YC Lin notifications@github.com wrote:

Limited the arch, this is not script, I think 'any' is not proper. It is OK to add more arch=(i686 x86_64 arm ...) Because if you share your i686 build binary package file to other arm based machine, the package won't workable.

— Reply to this email directly or view it on GitHub https://github.com/BurntSushi/wingo/issues/115#issuecomment-63585994.