app-misc/cmsv7: new package, add 7.36.0.1

Signed-off-by: Shimon Trolles <shimontrolles@gmail.com>
This commit is contained in:
Shimon Trolles
2026-07-03 23:54:50 +03:00
parent e2193545f0
commit c3e410ddc1
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RPM_COMPRESS_TYPE="xz"
inherit rpm
MY_PV=$(ver_rs 3 '-')
MY_P=fetchmail-${MY_PV}
DESCRIPTION="A vehicle monitoring and management platform"
HOMEPAGE="https://www.cmsv7.com"
SRC_URI="https://www.cmsv7.com/cmssoft/CMSV7_LINUX(AMD64)_${PV}_260327.rpm"
S=${WORKDIR}
QA_PREBUILT="*"
LICENSE="GPL-2 public-domain"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
BDEPEND="
app-arch/rpm
app-arch/xz-utils
"
src_unpack() {
rpm_src_unpack ${A}
}
src_prepare() {
default
}
src_install()
{
cp -a opt usr "${ED}/" || die "Failed to copy installation files"
}