Search Criteria
Package Details: minio-git r3269.ec4260d-1
Git Clone URL: | https://aur.archlinux.org/minio-git.git (read-only, click to copy) |
---|---|
Package Base: | minio-git |
Description: | Object storage server compatible with Amazon S3 |
Upstream URL: | https://minio.io |
Licenses: | |
Submitter: | cyrevolt |
Maintainer: | cyrevolt |
Last Packager: | cyrevolt |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-06 08:59 |
Last Updated: | 2016-08-24 23:09 |
Latest Comments
TheAifam5 commented on 2016-12-29 02:37
Would be nice to add systemd service :)
cyrevolt commented on 2016-08-24 23:12
Right, there was an issue. However, pkgbuild already clones the repo itself. Instead of having Go clone the repo a second time, I chose to create the folders with the respective names and move the checkout there. I couldn't find an option in go to use get on the local filesystem. Does that make sense? :)
sapk commented on 2016-08-24 22:39
You should get the package and deps before building. Like that :
export GOPATH="$srcdir/go"
go get -v github.com/minio/minio
cd "$GOPATH/src/github.com/minio/minio"
go build