commit:     2beb2cdc90db11d7132f19d20ee4dfc4216bf3b0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jul 24 07:08:33 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 07:08:33 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2beb2cdc

app-shells/liquidprompt: initial import of 1.11

Package-Manager: portage-2.2.28

 app-shells/liquidprompt/Manifest                 |  1 +
 app-shells/liquidprompt/liquidprompt-1.11.ebuild | 31 ++++++++++++++++++++++++
 app-shells/liquidprompt/metadata.xml             |  5 ++++
 3 files changed, 37 insertions(+)

diff --git a/app-shells/liquidprompt/Manifest b/app-shells/liquidprompt/Manifest
new file mode 100644
index 0000000..a42a3e6
--- /dev/null
+++ b/app-shells/liquidprompt/Manifest
@@ -0,0 +1 @@
+DIST liquidprompt-1.11.tar.gz 180439 SHA256 
669dde6b8274a57b3e39dc41539d157a86252e40e39bcc4c3102b5a81bd8f2f5 SHA512 
75b35225c60d0a6f1d4cf8224c06efbe0667c3a739bdb2906049838c9bef641598efd69fb355b918e7b520275e5871313d721171b153e62a05605d989d2d0794
 WHIRLPOOL 
e462f9442ff028a0c019d16ea0e4cc57bd57b8a2b89c545b46b19e8196f01b41ab1e3b92766a131b8d517e195e1996d9e1c1d220b334ad7fd08911e6d4f77a5d

diff --git a/app-shells/liquidprompt/liquidprompt-1.11.ebuild 
b/app-shells/liquidprompt/liquidprompt-1.11.ebuild
new file mode 100644
index 0000000..7bf2c58
--- /dev/null
+++ b/app-shells/liquidprompt/liquidprompt-1.11.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="A full-featured & carefully designed adaptive prompt for Bash & 
Zsh"
+HOMEPAGE="https://github.com/nojhan/liquidprompt";
+SRC_URI="https://github.com/nojhan/liquidprompt/archive/v_${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-v_${PV}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+
+KEYWORDS="~amd64"
+IUSE=""
+
+src_install() {
+       dodoc example.bashrc CHANGES README.md
+
+       # The included debian and arch packages install liquidprompt in
+       # /usr/bin
+       insinto /usr/share/liquidprompt
+       doins liquidprompt
+       doins liquid.theme
+       doins liquid.ps1
+       insinto /etc/
+       newins liquidpromptrc-dist liquidpromptrc
+}

diff --git a/app-shells/liquidprompt/metadata.xml 
b/app-shells/liquidprompt/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/app-shells/liquidprompt/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer><email>[email protected]</email></maintainer>
+</pkgmetadata>

Reply via email to