From 6bdb9eb5c9d1a0e6b8b83c0e2fe867b59c166188 Mon Sep 17 00:00:00 2001 From: Justus Ranvier Date: Sun, 9 Dec 2012 10:36:50 -0600 Subject: Add live ebuild for Armory --- net-p2p/armory/armory-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 net-p2p/armory/armory-9999.ebuild diff --git a/net-p2p/armory/armory-9999.ebuild b/net-p2p/armory/armory-9999.ebuild new file mode 100644 index 0000000..6970bf8 --- /dev/null +++ b/net-p2p/armory/armory-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit git-2 + +DESCRIPTION="Armory is an advanced Bitcoin client" +HOMEPAGE="http://bitcoinarmory.com/" + +EGIT_REPO_URI="git://github.com/etotheipi/BitcoinArmory.git" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="" + +RDEPEND="net-p2p/bitcoin-qt" + +DEPEND="dev-python/PyQt4 + dev-lang/swig + dev-python/twisted + x11-misc/xdg-utils" + +src_install() { + emake DESTDIR="${D}" install + dodoc README +} + +pkg_postinst() { + xdg-icon-resource install --novendor --context apps --size 64 /usr/share/armory/img/armory_icon_64x64.png armoryicon + xdg-icon-resource install --novendor --context apps --size 64 /usr/share/armory/img/armory_icon_64x64.png armoryofflineicon + xdg-icon-resource install --novendor --context apps --size 64 /usr/share/armory/img/armory_icon_green_64x64.png armorytestneticon +} -- cgit v1.2.3-65-gdbad