-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |