Skip to content

Instantly share code, notes, and snippets.

@tgbugs
Created November 7, 2015 03:41
Show Gist options
  • Save tgbugs/ad2326e5d1edd050185a to your computer and use it in GitHub Desktop.
Save tgbugs/ad2326e5d1edd050185a to your computer and use it in GitHub Desktop.
gentoo ebuild for pguri
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit git-2
EGIT_REPO_URI="git://github.com/petere/pguri.git"
DESCRIPTION="uri datatype for PostgreSQL"
HOMEPAGE="https://github.com/petere/pguri"
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="
dev-libs/uriparser
dev-db/postgresql:=
"
RDEPEND="${DEPEND}"
src_compile() {
export PG_CONFIG=/usr/bin/pg_config
emake
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment