Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11052670
D3511.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
D3511.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/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libpthread.so.0
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,30 @@
+name : antibody
+version : 3.6.1
+release : 1
+source :
+ - https://github.com/getantibody/antibody/archive/v3.6.1.tar.gz : 5971c251c43375ea5de9334cdbb1e4a1da500e03ecd63372c1c11f68f0364fe2
+license : MIT
+component : system.utils
+summary : A fast zsh plugin manager
+description: |
+ Antibody is a shell plugin manager made from the ground up thinking about performance.
+extract : no
+networking : yes
+builddeps :
+ - dep
+ - git
+ - golang
+setup : |
+ mkdir -p $(go env GOPATH)/src/github.com/getantibody/antibody
+ tar xf $sources/v${version}.tar.gz -C $(go env GOPATH)/src/github.com/getantibody/antibody --strip-components 1
+ cd $(go env GOPATH)/src/github.com/getantibody/antibody
+ dep ensure -vendor-only
+build : |
+ cd $(go env GOPATH)/src/github.com/getantibody/antibody
+ %make build
+install : |
+ cd $(go env GOPATH)/src/github.com/getantibody/antibody
+ install -Dm00755 ./antibody $installdir/usr/bin/antibody
+check : |
+ cd $(go env GOPATH)/src/github.com/getantibody/antibody
+ %make test
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,34 @@
+<PISI>
+ <Source>
+ <Name>antibody</Name>
+ <Packager>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@tuta.io</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">A fast zsh plugin manager</Summary>
+ <Description xml:lang="en">Antibody is a shell plugin manager made from the ground up thinking about performance.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>antibody</Name>
+ <Summary xml:lang="en">A fast zsh plugin manager</Summary>
+ <Description xml:lang="en">Antibody is a shell plugin manager made from the ground up thinking about performance.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/antibody</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-08-05</Date>
+ <Version>3.6.1</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
Fri, Aug 11, 9:42 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5817223
Default Alt Text
D3511.diff (2 KB)
Attached To
Mode
D3511: Initial commit of antibody
Attached
Detach File
Event Timeline
Log In to Comment