diff --git a/dev-crystal/kilt/Manifest b/dev-crystal/kilt/Manifest new file mode 100644 index 0000000000..79b5319b38 --- /dev/null +++ b/dev-crystal/kilt/Manifest @@ -0,0 +1 @@ +DIST kilt-0.6.1.tar.gz 4950 BLAKE2B 7152ac21fd1d8309003a64a754dc81324f69936a71a4321c12bb2470900d077b059f440e0321dc3b642b4dd7ccbef2ed67e9d6cad2d321411f53ed49e36b74bb SHA512 e987c79b6e3bf5fd8b5b862fc27c13ede8ddb9a3a67f988ff8f73e57a208c03f5c7faf8259e1803fd689756b29cd77dea7e355b28eb5df1f2757efab9d304f75 diff --git a/dev-crystal/kilt/kilt-0.6.1.ebuild b/dev-crystal/kilt/kilt-0.6.1.ebuild new file mode 100644 index 0000000000..d800b3fda2 --- /dev/null +++ b/dev-crystal/kilt/kilt-0.6.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="Generic template interface for Crystal" +HOMEPAGE="https://github.com/jeromegn/kilt" +SRC_URI="https://github.com/jeromegn/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-crystal/crikey" +BDEPEND=" + test? ( + dev-crystal/crustache + dev-crystal/jbuilder + dev-crystal/liquid + dev-crystal/slang + dev-crystal/temel + dev-crystal/water + ) +" diff --git a/dev-crystal/kilt/metadata.xml b/dev-crystal/kilt/metadata.xml new file mode 100644 index 0000000000..7ebbd03347 --- /dev/null +++ b/dev-crystal/kilt/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + +