diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,4 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Julie Hakimi + - Email: phantop@tuta.io 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,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 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,22 @@ +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 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,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