Search Criteria
Package Details: yegonesh 20151102-3
Git Clone URL: | https://aur.archlinux.org/yegonesh.git (read-only, click to copy) |
---|---|
Package Base: | yegonesh |
Description: | Yeganesh-like dmenu wrapper written in Go |
Upstream URL: | http://github.com/klowner/yegonesh |
Licenses: | |
Submitter: | Klowner |
Maintainer: | Klowner |
Last Packager: | Klowner |
Votes: | 5 |
Popularity: | 0.063477 |
First Submitted: | 2015-08-27 14:46 |
Last Updated: | 2017-02-21 00:44 |
Latest Comments
Klowner commented on 2017-02-21 00:46
@joshproehl I wonder what I was thinking.. should be fixed now :)
joshproehl commented on 2017-02-21 00:32
PKGBUILD needs to be updated in order to compile properly.
Line 21: go build -o "main.go"
output file should not be named the same as input file. Change "main.go" to "yegonesh", and then also change "main.go" to "yegonesh" on line 25 and the pkgbuild works perfectly!
Klowner commented on 2016-01-07 13:24
Good point, psamim! PKGBUILD has been updated.
psamim commented on 2016-01-07 07:14
Is go package needed after installation? Maybe it can be a makedepends.