Skip to content

Commit

Permalink
Updated screenfetch ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
causes- authored and Ryan Harris committed Aug 22, 2013
1 parent 782d7b9 commit cdda5e6
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-misc/screenfetch/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST v3.0.5.tar.gz 43444 SHA256 2fbc11103e6a37da92e13167886a3dc13b6d7ea50fad1f483a8241c9c31d0739 SHA512 1edb711ada8314de4b20f8743d0cc4d1be62288ef369f03d9086c44da4aa0ebe0740cc044cebff81c6db3286540a7d25c236a9afad1c9acfac5b120a60abc987 WHIRLPOOL 39968157f1c8d5ffc6af08c6eaabb3df51f04c82635dfed1b111aae83edd0d65b6a05e78fd43bdae36f48929caf9ac153eef3d78eed84e623bd864d465432223
9 changes: 9 additions & 0 deletions app-misc/screenfetch/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>ari.malinen@gmail.com</email>
<name>Ari Malinen</name>
</maintainer>
</pkgmetadata>
23 changes: 23 additions & 0 deletions app-misc/screenfetch/screenfetch-3.0.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=4

MY_PN="${PN/f/F}"
DESCRIPTION="A Bash Screenshot Information Tool"
HOMEPAGE="https://github.com/KittyKatt/screenFetch"
SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-gfx/scrot
x11-apps/xdpyinfo"

src_install() {
dobin ${PN}-dev
dosym ${PN}-dev /usr/bin/${PN}
dodoc CHANGELOG README.mkdn TODO
}
26 changes: 26 additions & 0 deletions app-misc/screenfetch/screenfetch-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=4

inherit git-2
EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch"

DESCRIPTION="A Bash Screenshot Information Tool"
HOMEPAGE="https://github.com/KittyKatt/screenFetch"

#MY_PN="${PN/f/F}"
#SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz"
#S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""

RDEPEND="media-gfx/scrot
x11-apps/xdpyinfo"

src_install() {
dobin ${PN}-dev
dosym ${PN}-dev /usr/bin/${PN}
dodoc CHANGELOG README.mkdn TODO
}

0 comments on commit cdda5e6

Please sign in to comment.