app-misc/i2bits: new ebuild.

i2bits is an utility to convert hex or dec to binary format.

Gentoo-Bug: https://bugs.gentoo.org/604506

Package-Manager: portage-2.3.0
This commit is contained in:
Patrice Clement
2017-01-09 23:56:15 +01:00
parent e3932bad80
commit 2d7c8e3d68
3 changed files with 39 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST i2bits-0.0.2.tar.gz 1751 SHA256 41237d4abcbd6af0806d1ac117604acbb51201c88fa5ec8ec1cb37233f60b99f SHA512 8dfca8513f8ad16ac5d093120d49f5d9d7acfd20cad0883c0533d2927aba0b6d779b1ad4d3575e7a66f0e56ead5f783e90f49208d6cc9c65bcb60c8558f5447c WHIRLPOOL 5b18b9cad7b472bb2c7a75eb490531f1438b8126adb87cae438a81bc8c3eef3a13ea01760efd044b86ff2ed5ba19a0d906ac5ec726a36290e9215aacb65c3946

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit cmake-utils
DESCRIPTION="Utility to convert hex or dec to binary format"
HOMEPAGE="https://bitbucket.org/PascalRD/i2bits/"
SRC_URI="http://unixdev.ru/src/${P}.tar.gz"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_configure() {
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
}
src_install() {
cmake-utils_src_install
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>monsieurp@gentoo.org</email>
<name>Patrice Clement</name>
</maintainer>
<upstream>
<remote-id type="bitbucket">PascalRD/i2bits</remote-id>
</upstream>
</pkgmetadata>