summaryrefslogtreecommitdiff
path: root/dev-cpp/libstudxml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-27 18:19:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-27 18:19:44 +0000
commitc663a399c8ed19f92599884f9e95095cf71d4766 (patch)
tree833b0ba29aaa60e8606bee86c6508c18b7d2aed4 /dev-cpp/libstudxml
parent916990b95ad57685d656601f9d6f5c8081b8ff82 (diff)
downloadbaldeagleos-repo-c663a399c8ed19f92599884f9e95095cf71d4766.tar.gz
baldeagleos-repo-c663a399c8ed19f92599884f9e95095cf71d4766.tar.xz
baldeagleos-repo-c663a399c8ed19f92599884f9e95095cf71d4766.zip
Adding metadata
Diffstat (limited to 'dev-cpp/libstudxml')
-rw-r--r--dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild b/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild
index f998177bcf17..394244384b70 100644
--- a/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild
+++ b/dev-cpp/libstudxml/libstudxml-1.1.0_beta10.ebuild
@@ -7,12 +7,12 @@ 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/"
+SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-
-S="${WORKDIR}/${MY_P}"