summaryrefslogtreecommitdiff
path: root/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild
blob: f998177bcf17633749203f4de61327ff59d1eafc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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}"