download source tar
This commit is contained in:
parent
9a357ff79c
commit
48402ae6f9
3
Makefile
3
Makefile
@ -1,6 +1,6 @@
|
|||||||
LDFLAGS?=--ldflags '-extldflags "-static"' --ldflags="-X 'main.commit=$(shell git rev-parse HEAD)' -X 'main.version=$(shell git describe --tags)' -X 'main.date=$(shell date '+%Y-%m-%d %T.%s%z')'"
|
LDFLAGS?=--ldflags '-extldflags "-static"' --ldflags="-X 'main.commit=$(shell git rev-parse HEAD)' -X 'main.version=$(shell git describe --tags)' -X 'main.date=$(shell date '+%Y-%m-%d %T.%s%z')'"
|
||||||
export CGO_ENABLED=1
|
export CGO_ENABLED=1
|
||||||
VERSION?=$(shell git describe --tags | sed -e 's/^v//')
|
VERSION?=$(shell git describe --tags | sed -e 's/^v//' -e 's/-/_/g')
|
||||||
.PHONY=jx-cli
|
.PHONY=jx-cli
|
||||||
|
|
||||||
build: jx-cli
|
build: jx-cli
|
||||||
@ -15,4 +15,5 @@ test: jx-cli
|
|||||||
rpm:
|
rpm:
|
||||||
echo Building $(VERSION)
|
echo Building $(VERSION)
|
||||||
dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools
|
dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools
|
||||||
|
spectool -g -R build/js.spec
|
||||||
rpmbuild -ba --define='version $(VERSION)' build/jx.spec
|
rpmbuild -ba --define='version $(VERSION)' build/jx.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user