aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-04-27 12:47:54 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-04-27 14:50:06 +0500
commitcc4a1d3b8efa055c3de6e0ba9d1f8514ccbf0774 (patch)
tree79e174f6bc226631cf27e5da3751a4ed4a8fb11c /dev-crystal
parentdev-crystal/kilt: add test deps to doc deps (diff)
downloadguru-cc4a1d3b8efa055c3de6e0ba9d1f8514ccbf0774.tar.gz
guru-cc4a1d3b8efa055c3de6e0ba9d1f8514ccbf0774.tar.bz2
guru-cc4a1d3b8efa055c3de6e0ba9d1f8514ccbf0774.zip
dev-crystal/habitat: add 0.4.8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-crystal')
-rw-r--r--dev-crystal/habitat/Manifest1
-rw-r--r--dev-crystal/habitat/habitat-0.4.8.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-crystal/habitat/Manifest b/dev-crystal/habitat/Manifest
index 1a6edd108..fa61d231f 100644
--- a/dev-crystal/habitat/Manifest
+++ b/dev-crystal/habitat/Manifest
@@ -1 +1,2 @@
DIST habitat-0.4.7.tar.gz 9664 BLAKE2B c1fdaaa587e8632d323f22677c6af34d8c39357b48c787e8f244af6ad1907c43a53609c64557148480a61e09466397c1c38c22ff66a3a1e2dcf033e156102231 SHA512 d6eddcb85a8dff2722bfa74230513d9a5eda77fe33564bbe2e9207599e1bcc267db1f912df100ba5f37e8bb3dfe097986e4c2d922cf3a0e21a1f666b8c637093
+DIST habitat-0.4.8.tar.gz 10351 BLAKE2B 5bc63ac52742166c731e93d124c27a733c034866b8f7a8f3fdb831ba1931bbab250058c42539910eb6f6663900ef2f24ccf00cd25a689881606dfc0ef0b3cfdd SHA512 983fbc16d6fcc75793ae4f7edc63b5a2f64eb7a120867a088029cae615fe21f9cc365b60a9654ae5debbdfbaadc0a99caaff1b7ca23fa9b16447cabd9be0371f
diff --git a/dev-crystal/habitat/habitat-0.4.8.ebuild b/dev-crystal/habitat/habitat-0.4.8.ebuild
new file mode 100644
index 000000000..35bfd492b
--- /dev/null
+++ b/dev-crystal/habitat/habitat-0.4.8.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+DESCRIPTION="Easily configure settings for Crystal projects"
+HOMEPAGE="https://github.com/luckyframework/habitat"
+SRC_URI="https://github.com/luckyframework/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( {CODE_OF_CONDUCT,CONTRIBUTING,README}.md )