diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,28 @@ +name : dep +version : 0.5.0 +release : 1 +source : + # Build script expects to be in a valid git repository + - git|https://github.com/golang/dep.git : v0.5.0 +license : BSD-3-Clause +component : programming.tools +summary : Go dependency management tool +description: | + dep is a dependency management tool for Go. +replaces : + - godep +builddeps : + - golang +setup : | + mkdir -p $(go env GOPATH)/src/github.com/golang + mv $workdir $(go env GOPATH)/src/github.com/golang/dep +build : | + cd $(go env GOPATH)/src/github.com/golang/dep + %make build +install : | + cd $(go env GOPATH)/src/github.com/golang/dep + install -Dm00755 ./dep $installdir/usr/bin/dep +#check : | +# cd $(go env GOPATH)/src/github.com/golang/dep +# %make test +# Test are really slow, give a lot of connection timeouts and require networking. diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + dep + + Fabio Forni + livingsilver94.solus@tuta.io + + BSD-3-Clause + programming.tools + Go dependency management tool + dep is a dependency management tool for Go. + + https://solus-project.com/sources/README.Solus + + + dep + Go dependency management tool + dep is a dependency management tool for Go. + + programming.tools + + /usr/bin/dep + + + godep + + + + + 2018-08-05 + 0.5.0 + Packaging update + Fabio Forni + livingsilver94.solus@tuta.io + + + \ No newline at end of file