Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,8 @@ +libc.so.6 +libcrypto.so.1.1 +libdl.so.2 +libgcc_s.so.1 +libm.so.6 +libpthread.so.0 +libssl.so.1.1 +libz.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,23 @@ +name : starship +version : 0.47.0 +release : 1 +source : + - https://github.com/starship/starship/archive/v0.47.0.tar.gz : 9c9ede1eb7a9e1acf49f0321915232426c234b356c6bb1f740d15d6fa45d1bee +license : + - ISC +component : system.utils +networking : yes +summary : The minimal, blazing-fast, and infinitely customizable prompt for any shell! +description: | + Fast: it's fast – really really fast! rocket + Customizable: configure every aspect of your prompt. + Universal: works on any shell, on any operating system. + Intelligent: shows relevant information at a glance. + Feature rich: support for all your favorite tools. + Easy: quick to install – start using it in minutes. +builddeps : + - cargo +build : | + cargo build --release +install : | + install -Dm00755 target/release/starship $installdir/usr/bin/starship Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,44 @@ + + + starship + + Julie Hakimi + phantop@tuta.io + + ISC + system.utils + The minimal, blazing-fast, and infinitely customizable prompt for any shell! + Fast: it's fast – really really fast! rocket +Customizable: configure every aspect of your prompt. +Universal: works on any shell, on any operating system. +Intelligent: shows relevant information at a glance. +Feature rich: support for all your favorite tools. +Easy: quick to install – start using it in minutes. + + https://getsol.us/sources/README.Solus + + + starship + The minimal, blazing-fast, and infinitely customizable prompt for any shell! + Fast: it's fast – really really fast! rocket +Customizable: configure every aspect of your prompt. +Universal: works on any shell, on any operating system. +Intelligent: shows relevant information at a glance. +Feature rich: support for all your favorite tools. +Easy: quick to install – start using it in minutes. + + system.utils + + /usr/bin/starship + + + + + 2020-12-13 + 0.47.0 + Packaging update + Julie Hakimi + phantop@tuta.io + + + \ No newline at end of file