blob: 2b38b29b514047c59b1ff8f6da96577756b6acb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
}
|