dev-crystal/liquid: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-01-03 19:26:16 +05:00
parent 0a8411d75c
commit 6b41a1a068
4 changed files with 0 additions and 51 deletions

View File

@@ -1,2 +0,0 @@
DIST liquid-0.4.1.tar.gz 24258 BLAKE2B 0629dec657db5f0dd130e336c6adcf7b413fd58e12f0a06191a8daf8eee3bc70b85032f71923156f9229653515aecdc04a33c2109b8bf1b41b1f8458c768e6dd SHA512 1dc1f45f1f1c1d1a9302a1e5d921ac4e6482f0930752cfbd2a5f9448254457421f449180e7103175c3add33a0c70fdc79dff0d413ac0ce325079b6a77ee65d5b
DIST liquid-1.0.0.tar.gz 58533 BLAKE2B 8c439bd3f6804681e7f63c2d41e1110c7f02b7491557a804ceb05eda391308afef73b3dc9d4d540067b89f231b9e0a1bce71b8ee61c70d1fec613fff6268920c SHA512 f9815ecef1771f0b638f814c6d66416991db88d00cae80af33d1c4a7bbdd6a2d6dd1fb2af3d26d5510a169bdea23400590782e8b5d5fb6724e2c8a3c424efaff

View File

@@ -1,21 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit shards
MY_PN="${PN}.cr"
DESCRIPTION="Liquid template engine for Crystal"
HOMEPAGE="https://github.com/TechMagister/liquid.cr"
SRC_URI="https://github.com/TechMagister/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-crystal/inflector
dev-crystal/json_mapping
"

View File

@@ -1,16 +0,0 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit shards
MY_PN="${PN}.cr"
DESCRIPTION="Liquid template engine for Crystal"
HOMEPAGE="https://github.com/amberframework/liquid.cr"
SRC_URI="https://github.com/amberframework/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<maintainer>
<name>Arnaud Fernandés</name>
<email>arnaud.fernandes@laposte.net</email>
</maintainer>
<remote-id type="github">amberframework/liquid.cr</remote-id>
</upstream>
</pkgmetadata>