guru/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild
Anna (cybertailor) Vyalkova e65fd3bf0e
dev-cpp/libcutl: use build2 eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-06-07 11:26:03 +05:00

19 lines
398 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)"
inherit build2
SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
DESCRIPTION="C++ utility library"
HOMEPAGE="https://www.codesynthesis.com/projects/libcutl/"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
S="${WORKDIR}/${MY_P}"