diff options
Diffstat (limited to 'dev-python/rtm-cli/rtm-cli-1.3.1.ebuild')
-rw-r--r-- | dev-python/rtm-cli/rtm-cli-1.3.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/rtm-cli/rtm-cli-1.3.1.ebuild b/dev-python/rtm-cli/rtm-cli-1.3.1.ebuild new file mode 100644 index 0000000..37133b6 --- /dev/null +++ b/dev-python/rtm-cli/rtm-cli-1.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +EAPI="5" +DESCRIPTION="RTM-CLI: Remember the Milk Command Line Interface" +HOMEPAGE="http://www.davidwaring.net/projects/rtm.html https://bitbucket.org/dwaring87/rtm-cli/overview" +SRC_URI="https://bitbucket.org/dwaring87/rtm-cli/get/${PV}.tar.bz2 -> ${P}.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +TAG_HEAD=c5001a009229 +S="${WORKDIR}/dwaring87-rtm-cli-$TAG_HEAD" + +src_install() { + dodoc README + dobin rtm +} |