summaryrefslogtreecommitdiff
blob: c95a85490c97b0d939c2480d38333d1ea75fd694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit common-lisp-3

DESCRIPTION="Straightforward Common Lisp recaptcha.com interconnection"
HOMEPAGE="https://github.com/madnificent/cl-recaptcha/"
SRC_URI="https://github.com/madnificent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND=">=dev-lisp/drakma-1.0.0
		dev-lisp/split-sequence
		dev-lisp/cl-ppcre"