Files
guru/dev-crystal/temel/temel-0.1.0_p20171024.ebuild
Anna (cybertailor) Vyalkova 43c8e57a07 dev-crystal/temel: new package, add 0.1.0_p20171024
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-11-09 13:17:20 +05:00

17 lines
410 B
Bash

# 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"