fix: flucky

This commit is contained in:
2019-12-10 22:20:08 +01:00
parent a563395217
commit c852b94645
2 changed files with 9 additions and 5 deletions

View File

@ -12,8 +12,10 @@ source=("git+https://github.com/volker-raschek/flucky#tag=${pkgver}")
sha256sums=('SKIP')
build() {
cd "${srcdir}/${pkgname}"
make bin/linux/amd64/flucky VERSION=${pkgver}
GOBIN=${HOME}/go/bin
PATH=$GOBIN:$PATH
go get -u github.com/go-bindata/go-bindata/...
make -C "${srcdir}/${pkgname}" bin/linux/amd64/${pkgname} VERSION=${pkgver}
}
package() {