Diff FreeSSM-1.2.5_p20210702 with a FreeSSM-9999
/usr/portage/app-misc/FreeSSM/FreeSSM-9999.ebuild 2023-10-09 14:52:28.780368332 +0300 | ||
---|---|---|
8 | 8 |
DESCRIPTION="Free and easy to use diagnostic and adjustment tool for SUBARU® vehicles" |
9 | 9 |
HOMEPAGE="https://github.com/Comer352L/FreeSSM" |
10 | 10 | |
11 |
GIT_COMMIT="97576c03578ec8564b5db67d59fb52502ad7a932" |
|
12 |
SRC_URI="https://github.com/Comer352L/FreeSSM/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" |
|
13 |
KEYWORDS="~amd64" |
|
11 |
if [[ ${PV} == 9999 ]]; then |
|
12 |
inherit git-r3 |
|
13 |
EGIT_REPO_URI="https://github.com/Comer352L/FreeSSM.git" |
|
14 |
else |
|
15 |
SRC_URI="https://github.com/Comer352L/FreeSSM/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |
|
16 |
KEYWORDS="~amd64" |
|
17 |
fi |
|
14 | 18 | |
15 | 19 |
LICENSE="GPL-3" |
16 | 20 |
SLOT="0" |
... | ... | |
28 | 32 |
dev-qt/linguist-tools:5 |
29 | 33 |
" |
30 | 34 | |
31 |
S="${WORKDIR}/${PN}-${GIT_COMMIT}" |
|
32 | ||
33 | 35 |
src_configure() { |
34 | 36 |
eqmake5 FreeSSM.pro $(usex small-resolution CONFIG+=small-resolution "") |
35 | 37 |
} |
... | ... | |
41 | 43 | |
42 | 44 |
src_install() { |
43 | 45 |
local installdir="/usr/share/${PN}" |
46 | ||
44 | 47 |
eqmake5 INSTALLDIR="${D}${installdir}" |
45 | 48 |
emake release-install |
46 | 49 |