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-04 00:28:37 +03:00
parent 6c32589833
commit 76c3cdb0d6
3 changed files with 50 additions and 0 deletions

1
app-misc/cmsv7/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST CMSV7_LINUX(AMD64)_7.36.0.1_260327.rpm 78939585 BLAKE2B dc171d9e535ea3090ea6aaa859ec0a55c346e67e57bc884a517fc2925f09efddff03c19f62604f06423a65b6f3cfe46a7dddd3273693e397c32d6bec1341ab37 SHA512 b9032346ddc3521d73cbba75e131f19d63801ef17440b0cae1a6d579ab21c8419f34036370c144887c25a98d78cd47c84b508d1438a5908dd0174bd309546a42

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="babelstar"
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"
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>shimontrolles@gmail.com</email>
<name>Shimon Trolles</name>
</maintainer>
</pkgmetadata>