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 @@ + + + just + + Campbell Jones + me@serebit.com + + CC0-1.0 + programming.tools + Just a command runner + Just is a handy way to save and run project-specific commands. + + https://getsol.us/sources/README.Solus + + + just + Just a command runner + Just is a handy way to save and run project-specific commands. + + programming.tools + + /usr/bin/just + + + + + 2019-06-11 + 0.4.4 + Packaging update + Campbell Jones + me@serebit.com + + + \ No newline at end of file