summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2017-12-15 10:07:29 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2017-12-15 10:07:29 -0500
commitf6baa985b6b128513864bac12718d28760296b9d (patch)
tree4014dbd47869158def0c0961dd5492d16591a928 /dev-db/pspg/pspg-0.8.0.ebuild
parentapp-doc/root-docs: drop version 6.04.06 (diff)
downloadgentoo-f6baa985b6b128513864bac12718d28760296b9d.tar.gz
gentoo-f6baa985b6b128513864bac12718d28760296b9d.tar.bz2
gentoo-f6baa985b6b128513864bac12718d28760296b9d.zip
dev-db/pspg: Bump 0.8.0
Now with ignore case option. Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-db/pspg/pspg-0.8.0.ebuild')
-rw-r--r--dev-db/pspg/pspg-0.8.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-db/pspg/pspg-0.8.0.ebuild b/dev-db/pspg/pspg-0.8.0.ebuild
new file mode 100644
index 000000000000..9b90eedb3e06
--- /dev/null
+++ b/dev-db/pspg/pspg-0.8.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A better pager for psql and mysql"
+HOMEPAGE="https://github.com/okbob/${PN}"
+SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses:*"
+RDEPEND="${DEPEND}"