diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2019-08-17 06:31:22 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2019-08-17 06:31:27 -0400 |
commit | cb91bfd8175f00dd23085da1782ca1e9c9ad013a (patch) | |
tree | 7c9226c7c97021a9d1e19ddb5bfe4a834394a8ce /dev-db/pspg/pspg-1.6.8.ebuild | |
parent | dev-db/pgbadger: Cleanup (diff) | |
download | gentoo-cb91bfd8175f00dd23085da1782ca1e9c9ad013a.tar.gz gentoo-cb91bfd8175f00dd23085da1782ca1e9c9ad013a.tar.bz2 gentoo-cb91bfd8175f00dd23085da1782ca1e9c9ad013a.zip |
dev-db/pspg: Bump to 1.6.8
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/pspg/pspg-1.6.8.ebuild')
-rw-r--r-- | dev-db/pspg/pspg-1.6.8.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-db/pspg/pspg-1.6.8.ebuild b/dev-db/pspg/pspg-1.6.8.ebuild new file mode 100644 index 000000000000..a537b5d8c3a9 --- /dev/null +++ b/dev-db/pspg/pspg-1.6.8.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +DEPEND="sys-libs/ncurses:*" +RDEPEND="${DEPEND}" |