guru/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild
Anna (cybertailor) Vyalkova 95667c8570
dev-cpp/libstudxml: use build2 eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-06-07 11:26:03 +05:00

19 lines
433 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="Streaming XML pull parser/serializer for modern C++"
HOMEPAGE="https://www.codesynthesis.com/projects/libstudxml/"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
S="${WORKDIR}/${MY_P}"