summaryrefslogtreecommitdiff
path: root/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2022-12-17 00:48:58 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2022-12-17 00:48:58 -0500
commitd2a9842c67c24fdad738842add250369aae48059 (patch)
tree6fc5ce049a3a6d811c86d337f66c55b1c9c946d7 /dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
parent026d071ec91693442bb01e2253feafaa31621585 (diff)
downloadebuilds-d2a9842c67c24fdad738842add250369aae48059.tar.gz
dev-lisp/cl-change-case: new ebuild
Diffstat (limited to 'dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild')
-rw-r--r--dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild b/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
new file mode 100644
index 0000000..460a7f4
--- /dev/null
+++ b/dev-lisp/cl-change-case/cl-change-case-0.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit common-lisp-3
+
+DESCRIPTION="Convert strings between camelCase, param-case, snake_case and more"
+HOMEPAGE="https://github.com/rudolfochrist/cl-change-case"
+SRC_URI="https://github.com/rudolfochrist/cl-change-case/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="LLGPL-2.1"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPENDS="dev-lisp/cl-ppre
+ dev-lisp/cl-ppre-unicode"