aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-11-09 13:17:20 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-11-09 13:17:20 +0500
commit43c8e57a07ef45481c8683faed407d128154c39d (patch)
tree7edef92b36cb97e2c571301c12f513ab230ce14f /dev-crystal/temel
parentdev-crystal/slang: new package, add 1.7.3 (diff)
downloadguru-43c8e57a07ef45481c8683faed407d128154c39d.tar.gz
guru-43c8e57a07ef45481c8683faed407d128154c39d.tar.bz2
guru-43c8e57a07ef45481c8683faed407d128154c39d.zip
dev-crystal/temel: new package, add 0.1.0_p20171024
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-crystal/temel')
-rw-r--r--dev-crystal/temel/Manifest1
-rw-r--r--dev-crystal/temel/temel-0.1.0_p20171024.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-crystal/temel/Manifest b/dev-crystal/temel/Manifest
new file mode 100644
index 000000000..38052c20f
--- /dev/null
+++ b/dev-crystal/temel/Manifest
@@ -0,0 +1 @@
+DIST temel-0.1.0_p20171024.tar.gz 4261 BLAKE2B c5b18023902e37163e5aa4bbf2274b2449763311452db1e0168c6d4065b7b302d6a79b6f3fbac7a98ffde93c5e3b1671b597065914334d7970e9e15d22aac596 SHA512 5e9c5cea25e8be40130cb78ae43e2aaadac63d4f352767ccbbb898ded2e5e9490c44e1f7e96b24d3ac7791d7956c4fd09a6a535ea474fb30b04f0418d01df81e
diff --git a/dev-crystal/temel/temel-0.1.0_p20171024.ebuild b/dev-crystal/temel/temel-0.1.0_p20171024.ebuild
new file mode 100644
index 000000000..b52df8130
--- /dev/null
+++ b/dev-crystal/temel/temel-0.1.0_p20171024.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+COMMIT="f7ddd6d70ff9f13ec00fa49f9ede68bb4650caf9"
+DESCRIPTION="Extensible Markup DSL for Crystal"
+HOMEPAGE="https://github.com/f/temel"
+SRC_URI="https://github.com/f/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"