I want to insert a quote into a document, have it aligned to the right, italic, with some extra indentation from the right margin, this is what i've managed so far:
\documentclass{book}
\usepackage{lipsum}
\begin{document}
\hfill\textit{This is a very boring,}
\hfill\textit{text without any substance} {\vspace{0.5em}}
\hfill\textit{A future book}
\hfill\textit{Ann Onymous}
\lipsum[5]
\end{document}
This is what it looks like:

But what I want it to look like is like this:

