# Copyright 2021 Liguros Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="PostgreSQL extension with support for version string comparison through libversion" HOMEPAGE="https://github.com/repology/postgresql-libversion" SRC_URI="https://github.com/repology/${PN}/archive/${PV}.tar.gz" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc ppc64 x86" DEPEND=" dev-libs/libversion dev-util/pkgconf " src_prepare() { default }