mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
trunk-recorder-9999.ebuild
This commit is contained in:
parent
9f32b7ef2a
commit
437d365549
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ inherit cmake-utils multilib
|
|||
|
||||
DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
|
||||
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
if [[ "${PV}" = *9999 ]]; then
|
||||
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
|
||||
EGIT_BRANCH="4.0-beta"
|
||||
inherit git-r3
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ inherit cmake-utils multilib
|
|||
|
||||
DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
|
||||
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
if [[ "${PV}" = *9999 ]]; then
|
||||
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
|
||||
EGIT_BRANCH="master"
|
||||
inherit git-r3
|
||||
|
|
|
|||
Loading…
Reference in a new issue