Page MenuHomeSolus

D6488.id15605.diff
No OneTemporary

D6488.id15605.diff

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,6 @@
+ld-linux-x86-64.so.2
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+libpthread.so.0
+librt.so.1
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,17 @@
+name : just
+version : 0.4.4
+release : 1
+source :
+ - https://github.com/casey/just/archive/v0.4.4.tar.gz : 131955a54ff1622349382288ba20db64b01acff802a42b719dd7ebcb2e9c8983
+license : CC0-1.0
+component : programming.tools
+summary : Just a command runner
+description: |
+ Just is a handy way to save and run project-specific commands.
+networking : true
+builddeps :
+ - cargo
+build : |
+ cargo build --release
+install : |
+ install -Dm755 target/release/just $installdir/usr/bin/just
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>just</Name>
+ <Packager>
+ <Name>Campbell Jones</Name>
+ <Email>me@serebit.com</Email>
+ </Packager>
+ <License>CC0-1.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Just a command runner</Summary>
+ <Description xml:lang="en">Just is a handy way to save and run project-specific commands.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>just</Name>
+ <Summary xml:lang="en">Just a command runner</Summary>
+ <Description xml:lang="en">Just is a handy way to save and run project-specific commands.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/just</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-06-11</Date>
+ <Version>0.4.4</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Campbell Jones</Name>
+ <Email>me@serebit.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 12 2023, 10:05 AM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802212
Default Alt Text
D6488.id15605.diff (2 KB)

Event Timeline