trunk-recorder: ease debugging of live

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-01-16 20:15:53 -05:00
parent 126c25995c
commit 3e1f66adcf
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -10,6 +10,7 @@ HOMEPAGE="https://github.com/robotastic/trunk-recorder"
if [[ "${PV}" = *9999 ]]; then
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
inherit git-r3
RESTRICT="strip"
else
SRC_URI="https://github.com/robotastic/trunk-recorder/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~amd64 ~x86"