Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10769720
D3510.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D3510.diff
View Options
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 @@
+<PISI>
+ <Source>
+ <Name>dep</Name>
+ <Packager>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@tuta.io</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Go dependency management tool</Summary>
+ <Description xml:lang="en">dep is a dependency management tool for Go.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>dep</Name>
+ <Summary xml:lang="en">Go dependency management tool</Summary>
+ <Description xml:lang="en">dep is a dependency management tool for Go.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/dep</Path>
+ </Files>
+ <Replaces>
+ <Package>godep</Package>
+ </Replaces>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-08-05</Date>
+ <Version>0.5.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@tuta.io</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 21 2023, 7:24 PM (11 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808689
Default Alt Text
D3510.diff (2 KB)
Attached To
Mode
D3510: Initial commit of dep
Attached
Detach File
Event Timeline
Log In to Comment