# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 declare -Ag DAEMONS_REQ_USE=( [postgresql]="xml" ) inherit daemons shards DESCRIPTION="A native, non-blocking Postgres driver for Crystal" HOMEPAGE="https://github.com/will/crystal-pg" SRC_URI="https://github.com/will/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-crystal/crystal-db-0.13.0