From ad256775e2d61411c274a8ca9216bab0c52df44c Mon Sep 17 00:00:00 2001 From: Justus Ranvier Date: Sun, 23 Dec 2012 08:05:17 -0600 Subject: Add ebuild for Armory 0.86.3-beta --- net-misc/armory/armory-0.86.3.ebuild | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 net-misc/armory/armory-0.86.3.ebuild (limited to 'net-misc') diff --git a/net-misc/armory/armory-0.86.3.ebuild b/net-misc/armory/armory-0.86.3.ebuild new file mode 100644 index 0000000..274c397 --- /dev/null +++ b/net-misc/armory/armory-0.86.3.ebuild @@ -0,0 +1,35 @@ +# 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" +EGIT_COMMIT="v${PV}-beta" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +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-18-g5258