uksmstat added

This commit is contained in:
Kolan Sh 2012-10-10 11:13:53 +04:00
parent 464d4c17c6
commit 091742382a
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD uksmstat-9999.ebuild 491 SHA256 2eb5da006655f525712b67095f3af81d0ce48240e2d055bf9097868ee2947abb SHA512 029fdba557f47f32db674bd1aa9cd4de53b8952187f90fe2611c5f7a65cd04a94b472959c7d1e9e2a7db14a30718f80e8ef8daed594d6c19a0fef4bff77cd17d WHIRLPOOL a877f89d6b933ed9ca8882d6dbc353580b4f22764ff6e15c76b2d4c57b4e9f686c73a43d601ed5fc9b8cb3963e7d9bc1a6203f56b33bd8d0853c739a7c007ae7

View File

@ -0,0 +1,21 @@
# Copyright 2008-2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit git-2
DESCRIPTION="Small tool to show UKSM statistics."
HOMEPAGE="http://github.com/pfactum/uksmstat"
EGIT_REPO_URI="https://github.com/pfactum/uksmstat.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
dosbin uksmstat/uksmstat || die "Install failed"
dodoc README.md || die "Install failed"
}