Skip to content

Commit

Permalink
dev-util: added crc-utils tools
Browse files Browse the repository at this point in the history
Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>
  • Loading branch information
dev-0x7C6 committed Oct 5, 2024
1 parent f63bcf9 commit 83e27f1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/crc-utils/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST crc-utils-0.4.0.tar.gz 16049 BLAKE2B 50ff9ce80186966409ea24e75bef1df8d88c605a5ce117560ea8cf014e13293f51946e5aafa0fa541aebc806f58b86baa4f3868956a696b97211ce40ef780680 SHA512 5a8d01b08bd72808260adc768a24b6eb9489e4346320887dd83392fb7e86630137b31b8cdcce0164f5d50e34fd2f911a4a29ac6fd2571400c690afef3449e013
23 changes: 23 additions & 0 deletions dev-util/crc-utils/crc-utils-0.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="CRC-based checksum tools"
HOMEPAGE="https://github.com/dev-0x7C6/crc-utils"
SRC_URI="https://codeload.github.com/dev-0x7C6/crc-utils/tar.gz/refs/tags/v${PVR} -> ${PF}.tar.gz"

LICENSE="GPL-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"

DEPEND="
dev-cpp/cli11
dev-libs/libfmt
dev-libs/spdlog
sys-libs/zlib
"
RDEPEND="${DEPEND}"
BDEPEND=""
8 changes: 8 additions & 0 deletions dev-util/crc-utils/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>bartlomiej.burdukiewicz@gmail.com</email>
<name>Bartłomiej Burdukiewicz</name>
</maintainer>
</pkgmetadata>

0 comments on commit 83e27f1

Please sign in to comment.