That is an inhomogeneous transport equation. You need to use the method of characteristics to solve it. Basically, this method seeks curves along which the PDE becomes an ordinary differential equation.
Assume your solution is of the form $v(x,y)=v(x,Y(x))=V(x)$, where $Y$ is a characteristic curve of the solution. Then,
$$\frac{d}{dx}V(x)=v_x(x,Y(x))+v_y(x,Y(x))\ Y'(x).$$
So, if you pick $Y$ such that $Y'(x)=1$, you get that
$$\frac{d}{dx}V(x)=v_x(x,Y(x))+v_y(x,Y(x)) = 1.$$
And that is a much easier ODE you can solve.
Therefore, you just need to follow three steps:
Find the characteristic by solving $Y'(X)=1$ with the final condition $Y(x)=y$.
Determine the solution along a characteristic by solving $V'(X)=1$ with the initial condition $V(0)=V(0,Y(0))=0$ (or any other initial condition you might have).
Find the solution at the endpoint of the characteristic, $v(x,y)=V(x)$, which is the solution of the PDE at $(x,y)$.
You can find plenty of notes on this topic by googling. For instance, check here.