You've already forked PKGBUILDs
fix: flucky
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user