Skip to content

Commit

Permalink
sys-apps/crazydiskinfo: new package
Browse files Browse the repository at this point in the history
CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.

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

Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
monsieurp committed Aug 31, 2017
1 parent 008dca2 commit 7636ed8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-apps/crazydiskinfo/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST crazydiskinfo-1.0.2.tar.gz 4675 SHA256 828165463a566b1736c5d94cfe8e0036085b99cefee65191fcba770156d9a2bd SHA512 7ba835aa970a9247ea8dc4339d3d28ffaf24e4e5150d3c6b4e5b9236d905807d3a3970a3951bdb3c6736285259cbe35360821488a6997ff800115767065d3864 WHIRLPOOL e41199ca04be380f8756103dc9fde64fe9f59c9c5d5b65f6f88b0791d006ad76b1148154e1b8949fca6bbeecb6107907b1e5f5d528541d197553ad2018d7d830
20 changes: 20 additions & 0 deletions sys-apps/crazydiskinfo/crazydiskinfo-1.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils

DESCRIPTION="Interactive TUI S.M.A.R.T viewer"
HOMEPAGE="https://github.com/otakuto/crazydiskinfo"
SRC_URI="https://github.com/otakuto/crazydiskinfo/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
dev-libs/libatasmart:0=
sys-libs/ncurses:0="

RDEPEND="$DEPEND"
11 changes: 11 additions & 0 deletions sys-apps/crazydiskinfo/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Patrice Clement</name>
</maintainer>
<upstream>
<remote-id type="github">otakuto/crazydiskinfo</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 7636ed8

Please sign in to comment.