summaryrefslogtreecommitdiff
path: root/dev-scheme/guile-gcrypt/guile-gcrypt-0.1.0.ebuild
blob: 8af5194d3307414b6b9f3997fc4bb47d30685aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2018 Kenny Ballou
# Distributed under the terms of the GNU General Public License v3

EAPI=6

DESCRIPTION="Guile bindings to Libgcrypt"
HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt"
SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=">=dev-scheme/guile-2.0.0
         >=dev-libs/libgcrypt-1.8.3"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}